Home
last modified time | relevance | path

Searched refs:executor_thread_end_sema (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/tests/vm/
H A Ddiag_threshold_test.h64 …dispatch_semaphore_t executor_thread_end_sema; /** Semaphore use… member
H A Ddiag_threshold_test.c123 .executor_thread_end_sema = dispatch_semaphore_create(0), in execute_one_test()
192 dispatch_semaphore_signal(info.executor_thread_end_sema); in test_executor_thread()