Home
last modified time | relevance | path

Searched refs:ThreadType (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h578 enum ThreadType { kMainIsolateThread, kWorkerThread }; enum
585 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type);
657 ThreadType thread_type_;
772 enum ThreadType { kMainIsolateThread, kWorkerThread };
773 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type) {}
Druntime-call-stats.cc131 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats()
/third_party/googletest/googletest/test/
Dgoogletest-port-test.cc1097 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1100 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1105 counting_threads[i].reset(new ThreadType( in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50494 enum ThreadType { enum
50508 inline void SetThreadType(ThreadType t) {}; in SetThreadType()