Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp64 uint32_t tid = os::thread::GetCurrentThreadId(); variable
148 uint32_t tid = os::thread::GetCurrentThreadId(); variable
167 uint32_t tid = os::thread::GetCurrentThreadId(); variable
190 uint32_t tid = os::thread::GetCurrentThreadId(); variable
235 uint32_t tid = os::thread::GetCurrentThreadId(); variable
248 uint32_t tid = os::thread::GetCurrentThreadId(); variable
297 uint32_t tid = os::thread::GetCurrentThreadId(); variable
323 uint32_t tid = os::thread::GetCurrentThreadId(); variable
345 uint32_t tid = os::thread::GetCurrentThreadId(); variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlogger_test.cpp59 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() local
143 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() local
162 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
185 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
230 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
243 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() local
291 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
322 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
344 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
367 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
[all …]
Ddfx_test.cpp123 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.cpp23 void JsDebuggerManager::AddJsDebuggerManager (int tid, JsDebuggerManager *jsDebuggerManager) in AddJsDebuggerManager()
31 JsDebuggerManager *JsDebuggerManager::GetJsDebuggerManager(int tid) in GetJsDebuggerManager()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dthread_env.h35 static size_t GetThreadIndex(const std::thread::id &tid) in GetThreadIndex()
46 static void InitThreadIndex(const std::thread::id &tid) in InitThreadIndex()
/arkcompiler/toolchain/inspector/
Dinspector.cpp168 pthread_t tid; in InitializeInspector() local
281 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask()
291 void *GetEcmaVM(int tid) in GetEcmaVM()
316 bool StartDebugForSocketpair(int tid, int socketfd) in StartDebugForSocketpair()
387 void StopOldDebug(int tid, const std::string& componentName) in StopOldDebug()
402 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
Dconnect_inspector.cpp138 pthread_t tid; in StartServerForSocketPair() local
154 pthread_t tid; in StartServer() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp29 std::string GetNativeThreadNameForFile(pid_t tid) in GetNativeThreadNameForFile()
55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack()
113 auto tid = static_cast<pid_t>(strtol(dir->d_name, &dirEnd, FIND_TID)); in InitKernelTidLists() local
127 std::set<int>::iterator tid; in Dump() local
Dcpu_affinity.cpp224 bool CpuAffinityManager::GetThreadAffinity(int tid, CpuSet &cpuset) in GetThreadAffinity()
241 bool CpuAffinityManager::SetAffinityForThread(int tid, const CpuSet &cpuset) in SetAffinityForThread()
254 bool CpuAffinityManager::SetAffinityForThread(int tid, uint8_t powerFlags) in SetAffinityForThread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_support.cpp26 std::thread::id tid = std::this_thread::get_id(); in RunBeforePhase() local
42 std::thread::id tid = std::this_thread::get_id(); in RunAfterPhase() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.cpp31 void DumpKernelStack([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]… in DumpKernelStack()
36 std::string GetNativeThreadNameForFile([[maybe_unused]] pid_t tid) in GetNativeThreadNameForFile()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp170 bool CpuAffinityManager::GetThreadAffinity([[maybe_unused]] int tid, [[maybe_unused]] CpuSet &cpuse… in GetThreadAffinity()
182 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] uint8_t po… in SetAffinityForThread()
188 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] const CpuS… in SetAffinityForThread()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp695 auto tid = thread->GetThreadId(); in WorkersetInfo() local
702 EcmaVM *EcmaVM::GetWorkerVm(uint32_t tid) in GetWorkerVm()
720 auto tid = thread->GetThreadId(); in DeleteWorker() local
734 bool EcmaVM::SuspendWorkerVm(uint32_t tid) in SuspendWorkerVm()
746 void EcmaVM::ResumeWorkerVm(uint32_t tid) in ResumeWorkerVm()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/
Dbaseptspausedsethitbreakpoints_fuzzer.cpp37 int tid = 2; in BasePtsPausedSetHitBreakpointsFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp39 pthread_t tid = pthread_self(); in Run() local
Dcpu_profiler.h38 pthread_t tid = 0; member
Dcpu_profiler.cpp393 pthread_t tid = static_cast<pthread_t>(syscall(SYS_gettid)); in GetStackSignalHandler() local
573 EcmaVM* CpuProfiler::GetVmbyTid(pthread_t tid) in GetVmbyTid()
Dsamples_record.cpp33 int tid = syscall(SYS_gettid); in SamplesRecord() local
803 uint64_t tid = profileInfo_->tid; in AddStartTraceEvent() local
825 uint64_t tid = profileInfo_->tid; in AddTraceEvent() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp49 pid_t tid = syscall(SYS_gettid); in EmitLogForDevelop() local
143 pid_t tid = syscall(SYS_gettid); in EmitErrorMessage() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp613 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList()
668 bool DFXJSNApi::StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, in StartProfiler()
690 void DFXJSNApi::ResumeVMById(EcmaVM *hostVm, uint32_t tid) in ResumeVMById()
699 bool DFXJSNApi::SuspendVMById(EcmaVM *hostVm, uint32_t tid) in SuspendVMById()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp696 uint32 tid = static_cast<uint32>(pty); in GetOrCreatePrimTypeDie() local
750 uint32 tid = type->GetTypeIndex().GetIdx(); in GetOrCreateTypeDie() local
808 uint32 tid = ptrtype->GetTypeIndex().GetIdx(); in GetOrCreatePointTypeDie() local
868 uint32 tid = arraytype->GetTypeIndex().GetIdx(); in GetOrCreateArrayTypeDie() local
1196 uint32 tid = at->GetId(); in FillTypeAttrWithDieId() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp184 auto tid = thread->GetId(); in CheckSuspend() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.h178 auto tid = EtsCoroutine::GetCurrent()->GetCoroutineId(); in Lock() local
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h52 void SetTid(int tid) in SetTid()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h1281 …auto tid = os::thread::ThreadStart(&MtAllocRun, this, allocator, &numFinished, MIN_ALLOC_SIZE, MAX… in MtAllocTest() local
1314 …auto tid = os::thread::ThreadStart(&MtAllocFreeRun, this, &allocator, &numFinished, freeGranularit… in MtAllocFreeTest() local
1348 …auto tid = os::thread::ThreadStart(&MtAllocIterateRun, this, &allocator, &numFinished, rangeIterat… in MtAllocIterateTest() local
1388 auto tid = in MtAllocCollectTest() local

12