/external/perfetto/src/trace_processor/ |
D | event_tracker_unittest.cc | 68 ASSERT_EQ(context.storage->GetThread(1).start_ns, 0); in TEST_F() 70 context.storage->GetString(context.storage->GetThread(1).name_id).c_str(), in TEST_F() 102 ASSERT_EQ(context.storage->GetThread(1).start_ns, 0); in TEST_F()
|
D | process_tracker_unittest.cc | 107 TraceStorage::Thread thread = context.storage->GetThread(/*utid=*/1); in TEST_F() 119 TraceStorage::Thread thread = context.storage->GetThread(1); in TEST_F()
|
D | fuchsia_provider_view.h | 48 fuchsia_trace_utils::ThreadInfo GetThread(uint32_t);
|
D | fuchsia_provider_view.cc | 47 fuchsia_trace_utils::ThreadInfo FuchsiaProviderView::GetThread(uint32_t index) { in GetThread() function in perfetto::trace_processor::FuchsiaProviderView
|
D | event_tracker.cc | 212 const auto& thread = context_->storage->GetThread(pending_counter.utid); in FlushPendingEvents() 224 const auto& thread = context_->storage->GetThread(pending_instant.utid); in FlushPendingEvents()
|
D | fuchsia_trace_parser.cc | 80 tinfo = provider_view->GetThread(thread_ref); in ParseTracePacket()
|
D | thread_table.cc | 108 const auto& thread = storage_->GetThread(current); in Column()
|
D | raw_table.cc | 231 const auto& thread = storage_->GetThread(utid); in ToSystrace()
|
D | proto_trace_parser_unittest.cc | 302 ASSERT_EQ(storage_->GetThread(raw.utids().back()).tid, 10); in TEST_F()
|
D | trace_storage.h | 832 const Thread& GetThread(UniqueTid utid) const { in GetThread() function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 306 static class GetThread extends TestThread { class in ICUServiceThreadTest 309 GetThread(String name, ICUService service, long delay) { in GetThread() method in ICUServiceThreadTest.GetThread 381 new GetThread("[" + Integer.toString(i) + "]", stableService(), 0).start(); in Test00_ConcurrentGet() 446 new GetThread("", service, 0).start(); in Test04_WitheringService() 467 new GetThread("[" + Integer.toString(i) + "]", service, 0).start(); in Test05_ConcurrentEverything()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 303 static class GetThread extends TestThread { class in ICUServiceThreadTest 306 GetThread(String name, ICUService service, long delay) { in GetThread() method in ICUServiceThreadTest.GetThread 378 new GetThread("[" + Integer.toString(i) + "]", stableService(), 0).start(); in Test00_ConcurrentGet() 443 new GetThread("", service, 0).start(); in Test04_WitheringService() 464 new GetThread("[" + Integer.toString(i) + "]", service, 0).start(); in Test05_ConcurrentEverything()
|
/external/v8/src/wasm/ |
D | wasm-debug.cc | 104 WasmInterpreter::Thread* thread = interpreter_.GetThread(0); in StartActivation() 112 WasmInterpreter::Thread* thread = interpreter_.GetThread(0); in FinishActivation() 162 return interpreter()->GetThread(0)->GetFrameCount(); in CurrentStackDepth() 198 WasmInterpreter::Thread* thread = interpreter_.GetThread(0); in Execute() 343 WasmInterpreter::Thread* thread = interpreter()->GetThread(0); in GetTopPosition() 354 WasmInterpreter::Thread* thread = interpreter()->GetThread(0); in GetInterpretedStack() 371 WasmInterpreter::Thread* thread = interpreter()->GetThread(0); in GetInterpretedFrame() 389 WasmInterpreter::Thread* thread = interpreter()->GetThread(0); in Unwind() 403 return interpreter()->GetThread(0)->NumInterpretedCalls(); in NumInterpretedCalls()
|
D | wasm-interpreter.h | 191 Thread* GetThread(int id);
|
D | wasm-interpreter.cc | 3165 WasmInterpreter::Thread* WasmInterpreter::GetThread(int id) { in GetThread() function in v8::internal::wasm::WasmInterpreter
|