Home
last modified time | relevance | path

Searched refs:sub_worker_contexts_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Denv-inl.h664 sub_worker_contexts_.insert(context); in add_sub_worker_context()
668 sub_worker_contexts_.erase(context); in remove_sub_worker_context()
673 for (worker::Worker* w : sub_worker_contexts_) iterator(w); in ForEachWorker()
Denv.cc1548 while (!sub_worker_contexts_.empty()) { in stop_sub_worker_contexts()
1549 Worker* w = *sub_worker_contexts_.begin(); in stop_sub_worker_contexts()
Denv.h1043 std::unordered_set<worker::Worker*> sub_worker_contexts_; variable