Searched refs:thread_create_for_test (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | mach_eventlink.c | 47 thread_create_for_test(void * (*function)(void *), void *arg) in thread_create_for_test() function 346 pthread = thread_create_for_test(while1loop, NULL); 412 …pthread = thread_create_for_test(test_eventlink_wait_with_timeout, (void *)(uintptr_t)port_pair[0]… 439 pthread = thread_create_for_test(test_eventlink_wait_no_wait, (void *)(uintptr_t)port_pair[0]); 463 pthread = thread_create_for_test(test_eventlink_wait_destroy, (void *)(uintptr_t)port_pair[0]); 497 pthread = thread_create_for_test(test_eventlink_wait_destroy, (void *)(uintptr_t)port_pair[0]); 530 pthread = thread_create_for_test(test_eventlink_wait_destroy, (void *)(uintptr_t)port_pair[0]); 558 pthread = thread_create_for_test(test_eventlink_wait_destroy, (void *)(uintptr_t)port_pair[0]); 589 pthread = thread_create_for_test(test_eventlink_wait_for_signal, (void *)(uintptr_t)port_pair[0]); 625 pthread = thread_create_for_test(test_eventlink_wait_then_signal, (void *)(uintptr_t)port_pair[0]); [all …]
|