Home
last modified time | relevance | path

Searched refs:GetTid (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_thread_pool.cpp65 os::CpuAffinityManager::SetAffinityForThread(proc->GetTid(), bestAndMiddle); in SetAffinity()
71 os::CpuAffinityManager::SetAffinityForThread(proc->GetTid(), os::CpuPower::WEAK); in UnsetAffinity()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp155 uint32_t curTid = vm->GetTid(); in DumpHeapSnapshot()
182 uint32_t curTid = vm->GetTid(); in DumpHeapSnapshotWithVm()
200 uint32_t curTid = workerVm->GetTid(); in DumpHeapSnapshotWithVm()
235 uint32_t curTid = vm->GetTid(); in TriggerGC()
242 curTid = workerVm->GetTid(); in TriggerGC()
H A Djsnapi_expo.cpp4853 uint32_t tid = vm->GetTid(); in StopDebugger()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H A DProcess.cpp355 static ets_double GetTid([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process) in GetTid() function
468 std::array {EtsNativeMethod {"getTidImpl", nullptr, reinterpret_cast<void *>(GetTid)}, in RegisterProcessNativeMethods()
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool.h63 int GetTid() const in GetTid() function in ark::ProcessorInterface
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h672 uint32_t GetTid() const;
H A Decma_vm.cpp250 uint32_t EcmaVM::GetTid() const in GetTid() function in panda::ecmascript::EcmaVM
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h2156 int64_t GetTid() const in GetTid() function in panda::ecmascript::tooling::final::final
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp2174 EXPECT_EQ(profile->GetTid(), 1000LL);

Completed in 26 milliseconds