Searched refs:test_thread (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/membarrier/ |
A D | membarrier_test_multi_thread.c | 37 pthread_t test_thread; in test_mt_membarrier() local 39 pthread_create(&test_thread, NULL, in test_mt_membarrier() 57 pthread_join(test_thread, NULL); in test_mt_membarrier()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | test_tunnel.c | 426 pthread_t test_thread; in test_tunnel() local 433 err = pthread_create(&test_thread, NULL, &test_tunnel_run_tests, NULL); in test_tunnel() 435 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); in test_tunnel()
|
A D | tc_redirect.c | 1143 pthread_t test_thread; in test_tc_redirect() local 1150 err = pthread_create(&test_thread, NULL, &test_tc_redirect_run_tests, NULL); in test_tc_redirect() 1152 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); in test_tc_redirect()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | sigtrap.c | 122 static void *test_thread(void *arg) in test_thread() function 210 if (pthread_create(&threads[i], NULL, test_thread, &barrier)) { in test__sigtrap()
|
/linux-6.3-rc2/tools/testing/selftests/perf_events/ |
A D | sigtrap_threads.c | 87 static void *test_thread(void *arg) in test_thread() function 139 ASSERT_EQ(pthread_create(&self->threads[i], NULL, test_thread, &self->barrier), 0); in FIXTURE_SETUP()
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events.c | 3955 struct task_struct *test_thread; in event_test_stuff() local 3957 test_thread = kthread_run(event_test_thread, NULL, "test-events"); in event_test_stuff() 3959 kthread_stop(test_thread); in event_test_stuff()
|
Completed in 20 milliseconds