Home
last modified time | relevance | path

Searched defs:GetThread (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/
Dfuchsia_provider_view.cc47 fuchsia_trace_utils::ThreadInfo FuchsiaProviderView::GetThread(uint32_t index) { in GetThread() function in perfetto::trace_processor::FuchsiaProviderView
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
/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
/external/v8/src/wasm/
Dwasm-interpreter.cc3165 WasmInterpreter::Thread* WasmInterpreter::GetThread(int id) { in GetThread() function in v8::internal::wasm::WasmInterpreter