Searched refs:main_thread_ (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/inspector/ |
D | tracing_agent.cc | 86 : 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()
|
D | main_thread_interface.h | 44 : main_thread_(main_thread) { in MainThreadHandle() 48 CHECK_NULL(main_thread_); // main_thread_ should have called Reset in ~MainThreadHandle() 64 MainThreadInterface* main_thread_; variable
|
D | main_thread_interface.cc | 311 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()
|
D | tracing_agent.h | 32 std::shared_ptr<MainThreadHandle> main_thread_; variable
|
/third_party/node/src/ |
D | inspector_io.cc | 232 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()
|
D | inspector_io.h | 56 std::shared_ptr<MainThreadHandle> main_thread_; variable
|
D | inspector_agent.cc | 217 std::shared_ptr<MainThreadHandle> main_thread_, in ChannelImpl() argument 224 std::make_unique<protocol::TracingAgent>(env, main_thread_); in ChannelImpl()
|