Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.cc55 static uv_sem_t start_io_thread_semaphore; variable
77 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()