Searched refs:exception_thread_start_sema (Results 1 – 2 of 2) sorted by relevance
121 .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()
62 …dispatch_semaphore_t exception_thread_start_sema; /** Semaphore use… member