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