Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.h105 bool StartIoThread();
Dinspector_agent.cc71 static_cast<Agent*>(handle->data)->StartIoThread(); in StartIoThreadAsyncCallback()
715 } else if (!options.inspector_enabled || !StartIoThread()) { in Start()
730 bool Agent::StartIoThread() { in StartIoThread() function in node::inspector::Agent
892 StartIoThread(); in RequestIoThreadStart()
Dinspector_js_api.cc293 agent->StartIoThread(); in Open()