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.h658 sub_worker_contexts_.insert(context); in add_sub_worker_context()
662 sub_worker_contexts_.erase(context); in remove_sub_worker_context()
667 for (worker::Worker* w : sub_worker_contexts_) iterator(w); in ForEachWorker()
Denv.cc1566 while (!sub_worker_contexts_.empty()) { in stop_sub_worker_contexts()
1567 Worker* w = *sub_worker_contexts_.begin(); in stop_sub_worker_contexts()
Denv.h1034 std::unordered_set<worker::Worker*> sub_worker_contexts_; variable