Home
last modified time | relevance | path

Searched refs:requests_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/inspector/
H A Dmain_thread_interface.cc210 bool needs_notify = requests_.empty(); in Post()
211 requests_.push_back(std::move(request)); in Post()
228 while (requests_.empty()) incoming_message_cond_.Wait(scoped_lock); in WaitForFrontendEvent()
241 requests_.swap(dispatching_message_queue_); in DispatchMessages()
H A Dmain_thread_interface.h91 MessageQueue requests_; member in node::inspector::MainThreadInterface
92 Mutex requests_lock_; // requests_ live across threads
/third_party/node/src/
H A Djs_native_api_v8_inspector.cc123 MessageQueue requests_; member in v8impl::__anon15371::MainThreadInterface
124 Mutex requests_lock_; // requests_ live across threads
327 bool needs_notify = requests_.empty(); in Post()
328 requests_.push_back(std::move(request)); in Post()
345 while (requests_.empty()) incoming_message_cond_.Wait(scoped_lock); in WaitForFrontendEvent()
358 requests_.swap(dispatching_message_queue_); in DispatchMessages()

Completed in 4 milliseconds