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.h943 sub_worker_contexts_.insert(context); in add_sub_worker_context()
947 sub_worker_contexts_.erase(context); in remove_sub_worker_context()
952 for (worker::Worker* w : sub_worker_contexts_) iterator(w); in ForEachWorker()
Denv.cc1046 while (!sub_worker_contexts_.empty()) { in stop_sub_worker_contexts()
1047 Worker* w = *sub_worker_contexts_.begin(); in stop_sub_worker_contexts()
Denv.h1381 std::unordered_set<worker::Worker*> sub_worker_contexts_; variable