Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Dworker_inspector.cc62 bool wait_for_connect, in ParentInspectorHandle() argument
67 wait_(wait_for_connect), in ParentInspectorHandle()
Dworker_inspector.h59 bool wait_for_connect,
/third_party/node/src/
Dinspector_agent.cc731 bool wait_for_connect = options.wait_for_connect(); in Start() local
733 wait_for_connect = parent_handle_->WaitForConnect(); in Start()
734 parent_handle_->WorkerStarted(client_->getThreadHandle(), wait_for_connect); in Start()
742 if (wait_for_connect) { in Start()
Dnode_options.h99 bool wait_for_connect() const { in wait_for_connect() function
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1779 wait_for_connect (GstSoupHTTPSrc *src, SoupMessage *msg, gint64 timeout) in wait_for_connect() function
1835 wait_for_connect (src, msg, 0); in gst_soup_http_src_handle_connect_fail_ohos()
1837 wait_for_connect (src, msg, (gint64) src->wait_time - (gint64) src->wait_already); in gst_soup_http_src_handle_connect_fail_ohos()
2125 wait_for_connect (src, src->msg, (gint64) src->wait_time - (gint64) src->wait_already); in send_message_wait()