| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 67 uint32_t tid = os::thread::GetCurrentThreadId(); variable 151 uint32_t tid = os::thread::GetCurrentThreadId(); variable 170 uint32_t tid = os::thread::GetCurrentThreadId(); variable 193 uint32_t tid = os::thread::GetCurrentThreadId(); variable 238 uint32_t tid = os::thread::GetCurrentThreadId(); variable 251 uint32_t tid = os::thread::GetCurrentThreadId(); variable 303 uint32_t tid = os::thread::GetCurrentThreadId(); variable 329 uint32_t tid = os::thread::GetCurrentThreadId(); variable 351 uint32_t tid = os::thread::GetCurrentThreadId(); variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | logger_test.cpp | 59 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 …]
|
| D | dfx_test.cpp | 123 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_manager.cpp | 23 void JsDebuggerManager::AddJsDebuggerManager (int tid, JsDebuggerManager *jsDebuggerManager) in AddJsDebuggerManager() 31 JsDebuggerManager *JsDebuggerManager::GetJsDebuggerManager(int tid) in GetJsDebuggerManager() 40 void JsDebuggerManager::DeleteJsDebuggerManager(int tid) in DeleteJsDebuggerManager()
|
| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 172 pthread_t tid; in InitializeInspector() local 319 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask() 329 void *GetEcmaVM(int tid) in GetEcmaVM() 354 bool StartDebugForSocketpair(int tid, int socketfd) in StartDebugForSocketpair() 424 uint32_t tid = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(g_inspectors[vm]->tid_)); in StopDebug() local 426 uint32_t tid = g_inspectors[vm]->tid_; in StopDebug() local 437 void StopOldDebug(int tid, const std::string& componentName) in StopOldDebug() 455 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
|
| D | connect_inspector.cpp | 186 pthread_t tid; in StartServerForSocketPair() local 203 pthread_t tid; in StartServer() local
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | test_error_report.json | 28 "tid": "Worker0" string 46 "tid": "Worker0" string 62 "tid": "Worker0" string 80 "tid": "Worker0" string 98 "tid": "Worker0" string
|
| D | test_report.json | 28 "tid": "Worker0" string 46 "tid": "Worker0" string 62 "tid": "Worker0" string 80 "tid": "Worker0" string
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | thread_env.h | 35 static size_t GetThreadIndex(const std::thread::id &tid) in GetThreadIndex() 46 static void InitThreadIndex(const std::thread::id &tid) in InitThreadIndex()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | native_stack.cpp | 29 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
|
| D | cpu_affinity.cpp | 233 bool CpuAffinityManager::GetThreadAffinity(int tid, CpuSet &cpuset) in GetThreadAffinity() 250 bool CpuAffinityManager::SetAffinityForThread(int tid, const CpuSet &cpuset) in SetAffinityForThread() 263 bool CpuAffinityManager::SetAffinityForThread(int tid, uint8_t powerFlags) in SetAffinityForThread()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | sampling_processor.cpp | 58 pthread_t tid = ffrt_task_get_tid(params.taskHandle_); in Run() local 97 void *SamplingProcessor::PostSemAndLogEnd(SamplesRecord *generator, pthread_t tid) in PostSemAndLogEnd()
|
| D | cpu_profiler.cpp | 382 pthread_t tid = static_cast<pthread_t>(JSThread::GetCurrentThreadId()); in GetStackSignalHandler() local 559 EcmaVM* CpuProfiler::GetVmbyTid(pthread_t tid) in GetVmbyTid()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_support.cpp | 26 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/ |
| D | native_stack.cpp | 31 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/ |
| D | cpu_affinity.cpp | 170 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/toolchain/test/autotest/aw/ |
| D | fport.py | 34 def fport_debugger_server(cls, port, pid, tid=0): argument
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/ |
| D | baseptspausedsethitbreakpoints_fuzzer.cpp | 37 int tid = 2; in BasePtsPausedSetHitBreakpointsFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_utils.h | 137 auto tid = v_.Gettid(); in operation_() local 149 auto tid = v_.Gettid(); in ~ConcurrentGuard() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | mpl_logging.cpp | 49 pid_t tid = syscall(SYS_gettid); in EmitLogForDevelop() local 143 pid_t tid = syscall(SYS_gettid); in EmitErrorMessage() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 818 auto tid = thread->GetThreadId(); in WorkersetInfo() local 825 EcmaVM *EcmaVM::GetWorkerVm(uint32_t tid) in GetWorkerVm() 843 auto tid = thread->GetThreadId(); in DeleteWorker() local 857 bool EcmaVM::SuspendWorkerVm(uint32_t tid) in SuspendWorkerVm() 869 void EcmaVM::ResumeWorkerVm(uint32_t tid) in ResumeWorkerVm()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 147 … [[maybe_unused]] const DumpSnapShotOption &dumpOption, [[maybe_unused]] uint32_t tid) in DumpHeapSnapshot() 162 [[maybe_unused]] uint32_t tid) in DumpHeapSnapshotWithVm() 228 void DFXJSNApi::TriggerGC([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] uint32_t tid) in TriggerGC() 843 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList() 904 bool DFXJSNApi::StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, in StartProfiler() 925 void DFXJSNApi::ResumeVMById(EcmaVM *hostVm, uint32_t tid) in ResumeVMById() 934 bool DFXJSNApi::SuspendVMById(EcmaVM *hostVm, uint32_t tid) in SuspendVMById()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap_region_allocator.cpp | 43 JSThread::ThreadId tid = 0; in AllocateAlignedRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_concurrent_sweeper.cpp | 28 auto tid = DaemonThread::GetInstance()->GetThreadId(); in PostTask() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 814 … auto tid = os::thread::ThreadStart(&MtAllocRun, this, allocator, &numFinished, MIN_ALLOC_SIZE, in MtAllocTest() local 854 …auto tid = os::thread::ThreadStart(&MtAllocFreeRun, this, &allocator, &numFinished, freeGranularit… variable 895 …auto tid = os::thread::ThreadStart(&MtAllocIterateRun, this, &allocator, &numFinished, rangeIterat… in MtAllocIterateTest() local 942 …auto tid = os::thread::ThreadStart(&MtAllocCollectRun, this, &allocator, &numFinished, MIN_ALLOC_S… variable
|