Searched refs:start_io_thread_semaphore (Results 1 – 1 of 1) sorted by relevance
55 static uv_sem_t start_io_thread_semaphore; variable77 uv_sem_post(&start_io_thread_semaphore); in StartIoThreadWakeup()82 uv_sem_wait(&start_io_thread_semaphore); in StartIoThreadMain()97 CHECK_EQ(0, uv_sem_init(&start_io_thread_semaphore, 0)); in StartDebugSignalHandler()