Searched refs:thread_func (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/tests/ |
| H A D | mcast_group_race_82820812.c | 20 thread_func(__unused void* arg) in thread_func() function 53 T_ASSERT_POSIX_ZERO(pthread_create(&th, NULL, thread_func, NULL), "pthread_create");
|
| H A D | user_msrs.c | 87 thread_func(void *param) in thread_func() function 160 if (pthread_create(threads + i, NULL, thread_func, NULL)) { in msr_test()
|
| H A D | select_stress.c | 27 typedef void * (*thread_func)(struct endpoint *ep); typedef 33 thread_func work;
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 1514 thread_func(void* args) in thread_func() function 1542 if (pthread_create(&thread, NULL, thread_func, (void *)&args) < 0) { in call_shared_region_map_and_slide_2_np_in_thread()
|