Searched refs:test_thread (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/membarrier/ |
| H 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_reroute.c | 254 pthread_t test_thread; in test_lwt_reroute() local 261 err = pthread_create(&test_thread, NULL, &test_lwt_reroute_run, NULL); in test_lwt_reroute() 263 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); in test_lwt_reroute()
|
| H A D | lwt_redirect.c | 321 pthread_t test_thread; in test_lwt_redirect() local 328 err = pthread_create(&test_thread, NULL, &test_lwt_redirect_run, NULL); in test_lwt_redirect() 330 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); in test_lwt_redirect()
|
| H A D | test_tunnel.c | 1064 pthread_t test_thread; 1071 err = pthread_create(&test_thread, NULL, &test_tunnel_run_tests, NULL); 1073 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); 716 pthread_t test_thread; test_tunnel() local
|
| H A D | tc_redirect.c | 1293 pthread_t test_thread; in test_tc_redirect() 1300 err = pthread_create(&test_thread, NULL, &test_tc_redirect_run_tests, NULL); in test_tc_redirect() 1302 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); in test_tc_redirect() 1292 pthread_t test_thread; test_tc_redirect() local
|
| /linux/tools/testing/selftests/perf_events/ |
| H 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/kernel/trace/ |
| H A D | trace_events.c | 4699 struct task_struct *test_thread; in event_test_stuff() local 4701 test_thread = kthread_run(event_test_thread, NULL, "test-events"); in event_test_stuff() 4703 kthread_stop(test_thread); in event_test_stuff()
|