Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test.c121 .exception_thread_start_sema = dispatch_semaphore_create(0), in execute_one_test()
322 dispatch_semaphore_signal(info.exception_thread_start_sema); in exception_thread()
510 dispatch_semaphore_wait(info->exception_thread_start_sema, DISPATCH_TIME_FOREVER); in wait_for_exceptions_thread()
H A Ddiag_threshold_test.h62 …dispatch_semaphore_t exception_thread_start_sema; /** Semaphore use… member