Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dinspector_agent.cc56 static uv_sem_t start_io_thread_semaphore; member
79 uv_sem_post(&start_io_thread_semaphore); in StartIoThreadWakeup()
84 uv_sem_wait(&start_io_thread_semaphore); in StartIoThreadMain()
98 CHECK_EQ(0, uv_sem_init(&start_io_thread_semaphore, 0)); in StartDebugSignalHandler()

Completed in 3 milliseconds