Searched refs:do_nothing_wait (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | iters.c | 163 static void *do_nothing_wait(void *arg) in do_nothing_wait() function 189 ASSERT_OK(pthread_create(&thread_ids[i], NULL, &do_nothing_wait, NULL), in subtest_task_iters()
|
H A D | bpf_iter.c | 205 static void *do_nothing_wait(void *arg) in do_nothing_wait() function 226 ASSERT_OK(pthread_create(&thread_id, NULL, &do_nothing_wait, NULL), in test_task_common_nocheck() 373 ASSERT_OK(pthread_create(&thread_id, NULL, &do_nothing_wait, NULL), in test_task_file()
|