Home
last modified time | relevance | path

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

/xnu-10002.61.3/tests/vm/
H A Ddiag_threshold_test.c122 .executor_thread_start_sema = dispatch_semaphore_create(0), in execute_one_test()
190 dispatch_semaphore_signal(info.executor_thread_start_sema); in test_executor_thread()
519 dispatch_semaphore_wait(info->executor_thread_start_sema, DISPATCH_TIME_FOREVER); in wait_for_executor_thread()
H A Ddiag_threshold_test.h63 …dispatch_semaphore_t executor_thread_start_sema; /** Semaphore use… member