Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Dtracing_agent.cc86 : frontend_object_id_(frontend_object_id), main_thread_(main_thread) {} in InspectorTraceWriter()
104 main_thread_->Post(std::make_unique<SendMessageRequest>(frontend_object_id_, in Flush()
113 std::shared_ptr<MainThreadHandle> main_thread_; member in node::inspector::protocol::__anon8c42443e0111::InspectorTraceWriter
119 : env_(env), main_thread_(main_thread) {} in TracingAgent()
123 main_thread_->Post( in ~TracingAgent()
130 frontend_object_id_ = main_thread_->newObjectId(); in Wire()
131 main_thread_->Post(std::make_unique<CreateFrontendWrapperRequest>( in Wire()
161 frontend_object_id_, main_thread_), in start()
Dmain_thread_interface.h44 : main_thread_(main_thread) { in MainThreadHandle()
48 CHECK_NULL(main_thread_); // main_thread_ should have called Reset in ~MainThreadHandle()
64 MainThreadInterface* main_thread_; variable
Dmain_thread_interface.cc311 if (!main_thread_) in Post()
313 main_thread_->Post(std::move(request)); in Post()
319 main_thread_ = nullptr; in Reset()
326 main_thread_->AddObject(id, WrapInDeletable(std::move(delegate))); in MakeDelegateThreadSafe()
333 return main_thread_ == nullptr; in Expired()
Dtracing_agent.h32 std::shared_ptr<MainThreadHandle> main_thread_; variable
/third_party/node/src/
Dinspector_io.cc232 std::shared_ptr<MainThreadHandle> main_thread_; member in node::inspector::InspectorIoDelegate
260 : main_thread_(main_thread), in InspectorIo()
295 new InspectorIoDelegate(queue, main_thread_, id_, in ThreadMain()
335 : request_queue_(queue), main_thread_(main_thread), in InspectorIoDelegate()
341 auto session = main_thread_->Connect( in StartSession()
Dinspector_io.h56 std::shared_ptr<MainThreadHandle> main_thread_; variable
Dinspector_agent.cc217 std::shared_ptr<MainThreadHandle> main_thread_, in ChannelImpl() argument
224 std::make_unique<protocol::TracingAgent>(env, main_thread_); in ChannelImpl()