Home
last modified time | relevance | path

Searched refs:GetThread (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/src/trace_processor/
Devent_tracker_unittest.cc68 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()
Dprocess_tracker_unittest.cc107 TraceStorage::Thread thread = context.storage->GetThread(/*utid=*/1); in TEST_F()
119 TraceStorage::Thread thread = context.storage->GetThread(1); in TEST_F()
Dfuchsia_provider_view.h48 fuchsia_trace_utils::ThreadInfo GetThread(uint32_t);
Dfuchsia_provider_view.cc47 fuchsia_trace_utils::ThreadInfo FuchsiaProviderView::GetThread(uint32_t index) { in GetThread() function in perfetto::trace_processor::FuchsiaProviderView
Devent_tracker.cc212 const auto& thread = context_->storage->GetThread(pending_counter.utid); in FlushPendingEvents()
224 const auto& thread = context_->storage->GetThread(pending_instant.utid); in FlushPendingEvents()
Dfuchsia_trace_parser.cc80 tinfo = provider_view->GetThread(thread_ref); in ParseTracePacket()
Dthread_table.cc108 const auto& thread = storage_->GetThread(current); in Column()
Draw_table.cc231 const auto& thread = storage_->GetThread(utid); in ToSystrace()
Dproto_trace_parser_unittest.cc302 ASSERT_EQ(storage_->GetThread(raw.utids().back()).tid, 10); in TEST_F()
Dtrace_storage.h832 const Thread& GetThread(UniqueTid utid) const { in GetThread() function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceThreadTest.java306 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/
DICUServiceThreadTest.java303 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/
Dwasm-debug.cc104 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()
Dwasm-interpreter.h191 Thread* GetThread(int id);
Dwasm-interpreter.cc3165 WasmInterpreter::Thread* WasmInterpreter::GetThread(int id) { in GetThread() function in v8::internal::wasm::WasmInterpreter