Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.cc56 static uv_async_t start_io_thread_async; variable
86 Agent* agent = static_cast<Agent*>(start_io_thread_async.data); in StartIoThreadMain()
147 Agent* agent = static_cast<Agent*>(start_io_thread_async.data); in StartIoThreadProc()
682 &start_io_thread_async, in Start()
684 uv_unref(reinterpret_cast<uv_handle_t*>(&start_io_thread_async)); in Start()
685 start_io_thread_async.data = this; in Start()
694 start_io_thread_async.data = nullptr; in Start()
698 env->CloseHandle(&start_io_thread_async, [](uv_async_t*) { in Start()
890 uv_async_send(&start_io_thread_async); in RequestIoThreadStart()
896 uv_async_send(&start_io_thread_async); in RequestIoThreadStart()