Home
last modified time | relevance | path

Searched refs:main_thread_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/inspector/
H A 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_,
113 std::shared_ptr<MainThreadHandle> main_thread_; member in node::inspector::protocol::__anon15351::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()
H A 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_; member in node::inspector::MainThreadHandle
H A Dmain_thread_interface.cc310 if (!main_thread_) in Post()
312 main_thread_->Post(std::move(request)); in Post()
318 main_thread_ = nullptr; in Reset()
325 main_thread_->AddObject(id, WrapInDeletable(std::move(delegate))); in MakeDelegateThreadSafe()
332 return main_thread_ == nullptr; in Expired()
H A Dtracing_agent.h32 std::shared_ptr<MainThreadHandle> main_thread_; member in node::inspector::protocol::TracingAgent
/third_party/node/src/
H A Djs_native_api_v8_inspector.cc79 : main_thread_(main_thread) { in MainThreadHandle()
83 CHECK_NULL(main_thread_); // main_thread_ should have called Reset in ~MainThreadHandle()
96 MainThreadInterface* main_thread_; member in v8impl::__anon15371::MainThreadHandle
417 if (!main_thread_) in Post()
419 main_thread_->Post(std::move(request)); in Post()
425 main_thread_ = nullptr; in Reset()
645 std::shared_ptr<MainThreadHandle> main_thread_; member in v8impl::__anon15372::InspectorIoDelegate
658 : request_queue_(queue), main_thread_(main_thread), in InspectorIoDelegate()
664 auto session = main_thread_ in StartSession()
741 std::shared_ptr<MainThreadHandle> main_thread_; global() member in v8impl::InspectorIo
894 ChannelImpl(const std::unique_ptr<V8Inspector>& inspector, std::unique_ptr<InspectorSessionDelegate> delegate, std::shared_ptr<MainThreadHandle> main_thread_, bool prevent_shutdown) ChannelImpl() argument
[all...]
H A Dinspector_io.cc230 std::shared_ptr<MainThreadHandle> main_thread_; member in node::inspector::InspectorIoDelegate
258 : main_thread_(main_thread), in InspectorIo()
293 new InspectorIoDelegate(queue, main_thread_, id_, in ThreadMain()
333 : request_queue_(queue), main_thread_(main_thread), in InspectorIoDelegate()
339 auto session = main_thread_->Connect( in StartSession()
H A Dinspector_io.h56 std::shared_ptr<MainThreadHandle> main_thread_; member in node::inspector::InspectorIo
H A Dinspector_agent.cc218 std::shared_ptr<MainThreadHandle> main_thread_, in ChannelImpl()
226 std::make_unique<protocol::TracingAgent>(env, main_thread_); in ChannelImpl()
214 ChannelImpl(Environment* env, const std::unique_ptr<V8Inspector>& inspector, std::shared_ptr<WorkerManager> worker_manager, std::unique_ptr<InspectorSessionDelegate> delegate, std::shared_ptr<MainThreadHandle> main_thread_, bool prevent_shutdown) ChannelImpl() argument

Completed in 7 milliseconds