Searched refs:ThreadType (Results 1 – 4 of 4) sorted by relevance
578 enum ThreadType { kMainIsolateThread, kWorkerThread }; enum585 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) {}
131 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats()
1097 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1100 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1105 counting_threads[i].reset(new ThreadType( in TEST()
50494 enum ThreadType { enum50508 inline void SetThreadType(ThreadType t) {}; in SetThreadType()