| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A 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 in TEST() local 230 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local 243 uint32_t tid = os::thread::GetCurrentThreadId(); DEATH_TEST() local 291 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local 322 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local 344 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local 367 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local 407 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local [all...] |
| H A D | dfx_test.cpp | 123 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_debugger_manager.cpp | 23 void JsDebuggerManager::AddJsDebuggerManager (int tid, JsDebuggerManager *jsDebuggerManager) in AddJsDebuggerManager() argument 31 JsDebuggerManager *JsDebuggerManager::GetJsDebuggerManager(int tid) in GetJsDebuggerManager() argument 40 void JsDebuggerManager::DeleteJsDebuggerManager(int tid) in DeleteJsDebuggerManager() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | logger_test.cpp | 67 uint32_t tid = os::thread::GetCurrentThreadId(); in HWTEST_F() local 151 uint32_t tid = os::thread::GetCurrentThreadId(); in HWTEST_F() local 170 uint32_t tid = os::thread::GetCurrentThreadId(); in HWTEST_F() local 193 uint32_t tid in HWTEST_F() local 238 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local 251 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local 303 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local 329 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local 351 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| H A D | maple_phase_support.cpp | 25 std::thread::id tid = std::this_thread::get_id(); in RunBeforePhase() local 39 std::thread::id tid = std::this_thread::get_id(); in RunAfterPhase() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/ |
| H A D | baseptspausedsethitbreakpoints_fuzzer.cpp | 37 int tid = 2; in BasePtsPausedSetHitBreakpointsFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_concurrent_sweeper.cpp | 28 auto tid = DaemonThread::GetInstance()->GetThreadId(); in PostTask() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap_region_allocator.cpp | 38 auto tid = thread ? thread->GetThreadId() : JSThread::GetCurrentThreadId(); in AllocateAlignedRegion() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | thread.h | 123 native_handle_type tid; in ThreadStart() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | native_stack.cpp | 31 void DumpKernelStack([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]] const char *tag, in DumpKernelStack() argument 36 std::string GetNativeThreadNameForFile([[maybe_unused]] pid_t tid) in GetNativeThreadNameForFile() argument
|
| H A D | thread.h | 128 NativeHandleType tid; in ThreadStart() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| H A D | mpl_logging.cpp | 79 pid_t tid = syscall(SYS_gettid); in EmitErrorMessage() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | sampling_processor.cpp | 58 pthread_t tid = ffrt_task_get_tid(params.taskHandle_); in Run() local 103 void *SamplingProcessor::PostSemAndLogEnd(SamplesRecord *generator, pthread_t tid) in PostSemAndLogEnd() argument
|
| /arkcompiler/toolchain/tooling/client/ark_multi/ |
| H A D | main.cpp | 102 uv_thread_t tid = 0; in StartThread() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_utils.h | 137 auto tid = v_.Gettid(); in ConcurrentGuard() local 149 auto tid = v_.Gettid(); in ~ConcurrentGuard() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | aot_test.cpp | 173 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local 517 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | aot_test.cpp | 289 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local 309 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | cpu_affinity.cpp | 170 bool CpuAffinityManager::GetThreadAffinity([[maybe_unused]] int tid, [[maybe_unused]] CpuSet &cpuset) in GetThreadAffinity() argument 182 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] uint8_t power_flags) in SetAffinityForThread() argument 188 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] const CpuSet &cpuset) in SetAffinityForThread() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | cpu_affinity.cpp | 233 bool CpuAffinityManager::GetThreadAffinity(int tid, CpuSet &cpuset) in GetThreadAffinity() argument 250 bool CpuAffinityManager::SetAffinityForThread(int tid, const CpuSet &cpuset) in SetAffinityForThread() argument 263 SetAffinityForThread(int tid, uint8_t powerFlags) SetAffinityForThread() argument [all...] |
| H A D | native_stack.cpp | 29 std::string GetNativeThreadNameForFile(pid_t tid) in GetNativeThreadNameForFile() argument 33 commFile << "/proc/self/task/" << tid << "/comm"; in GetNativeThreadNameForFile() local 55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack() argument 62 stackFile << "/proc/self/task/" << tid << "/stack"; in DumpKernelStack() local 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 [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/ |
| H A D | gc_hung.cpp | 184 auto tid = thread->GetId(); in CheckSuspend() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | thread_pool.h | 52 void SetTid(int tid) in SetTid() argument
|
| /arkcompiler/toolchain/inspector/ |
| H A D | inspector.cpp | 169 pthread_t tid; in InitializeInspector() local 316 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask() argument 326 GetEcmaVM(int tid) GetEcmaVM() argument 351 StartDebugForSocketpair(int tid, int socketfd) StartDebugForSocketpair() argument 421 uint32_t tid = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(g_inspectors[vm]->tid_)); StopDebug() local 423 uint32_t tid = g_inspectors[vm]->tid_; StopDebug() local 434 StopOldDebug(int tid, const std::string& componentName) StopOldDebug() argument 452 StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) StoreDebuggerInfo() argument [all...] |
| H A D | connect_inspector.cpp | 190 pthread_t tid; in StartServerForSocketPair() local 208 pthread_t tid; in StartServer() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | dfx_jsnapi_tests.cpp | 592 uint32_t tid = vm_->GetAssociatedJSThread()->GetThreadId(); in HWTEST_F_L0() local 603 uint32_t tid = vm_->GetAssociatedJSThread()->GetThreadId(); in HWTEST_F_L0() local 613 uint32_t tid = vm_->GetAssociatedJSThread()->GetThreadId(); in HWTEST_F_L0() local [all...] |