Home
last modified time | relevance | path

Searched refs:kWorkerThread (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h578 enum ThreadType { kMainIsolateThread, kWorkerThread }; enumerator
627 return thread_type_ == kWorkerThread in CounterIdForThread()
638 (thread_type_ == kWorkerThread); in IsCounterAppropriateForThread()
772 enum ThreadType { kMainIsolateThread, kWorkerThread };
Druntime-call-stats.cc306 std::make_unique<RuntimeCallStats>(RuntimeCallStats::kWorkerThread); in NewTable()