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