| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | base_thread_test.cpp | 37 thread_id = GetCurrentThreadId(); in ThreadFunc() 53 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); 54 auto prio1 = GetPriority(GetCurrentThreadId()); 57 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); 58 auto prio2 = GetPriority(GetCurrentThreadId()); 72 auto parent_pid = GetCurrentThreadId();
|
| D | logger_test.cpp | 67 uint32_t tid = os::thread::GetCurrentThreadId(); 151 uint32_t tid = os::thread::GetCurrentThreadId(); 170 uint32_t tid = os::thread::GetCurrentThreadId(); 193 uint32_t tid = os::thread::GetCurrentThreadId(); 238 uint32_t tid = os::thread::GetCurrentThreadId(); 251 uint32_t tid = os::thread::GetCurrentThreadId(); 303 uint32_t tid = os::thread::GetCurrentThreadId(); 329 uint32_t tid = os::thread::GetCurrentThreadId(); 351 uint32_t tid = os::thread::GetCurrentThreadId();
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | base_thread_test.cpp | 39 g_curThreadId = GetCurrentThreadId(); in ThreadFunc() 57 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); in TEST_F() 58 auto prio1 = GetPriority(GetCurrentThreadId()); in TEST_F() 61 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); in TEST_F() 62 auto prio2 = GetPriority(GetCurrentThreadId()); in TEST_F() 76 auto parentPid = GetCurrentThreadId(); in TEST_F()
|
| D | logger_test.cpp | 59 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() 143 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() 162 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() 185 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() 230 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() 243 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() 291 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() 322 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() 344 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() 367 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() [all …]
|
| D | dfx_test.cpp | 123 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 34 current_tid = os::thread::GetCurrentThreadId(); in PostFork() 136 current_tid = os::thread::GetCurrentThreadId(); in WriteLock() 220 current_tid = os::thread::GetCurrentThreadId(); in TryWriteLock() 249 current_tid = os::thread::GetCurrentThreadId(); in WriteUnlock() 299 current_tid = os::thread::GetCurrentThreadId(); in Wait() 356 current_tid = os::thread::GetCurrentThreadId(); in TimedWait() 419 current_tid = os::thread::GetCurrentThreadId(); in SignalCount()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_env.h | 43 if (multiThreadCheckValue_.exchange(JSThread::GetCurrentThreadId()) != 0) { in Push() 52 if (multiThreadCheckValue_.exchange(JSThread::GetCurrentThreadId()) != 0) { in Remove()
|
| D | snapshot_env.cpp | 48 if (multiThreadCheckValue_.exchange(JSThread::GetCurrentThreadId()) != 0) { in Iterate()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | thread.cpp | 26 ThreadId GetCurrentThreadId() in GetCurrentThreadId() function 29 return ::GetCurrentThreadId(); in GetCurrentThreadId()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 34 current_tid = ark::os::thread::GetCurrentThreadId(); in PostFork() 154 current_tid = ark::os::thread::GetCurrentThreadId(); in WriteLock() 225 current_tid = ark::os::thread::GetCurrentThreadId(); in TryWriteLock() 254 current_tid = ark::os::thread::GetCurrentThreadId(); in WriteUnlock()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | thread.cpp | 26 ThreadId GetCurrentThreadId() in GetCurrentThreadId() function 29 return ::GetCurrentThreadId(); in GetCurrentThreadId()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | debug.cpp | 28 std::cerr << "Backtrace [tid=" << os::thread::GetCurrentThreadId() << "]:\n"; in AssertionFail()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | debug.cpp | 34 std::cerr << "Backtrace [tid=" << os::thread::GetCurrentThreadId() << "]:\n"; in AssertionFail()
|
| D | logger.cpp | 136 std::cerr << "Backtrace [tid=" << os::thread::GetCurrentThreadId() << "]:\n"; in ~Message() 177 …return helpers::string::Format("[TID %06x] %s/%s: ", os::thread::GetCurrentThreadId(), GetLevelTag… in GetPrefix()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.cpp | 28 threadId_(os::thread::GetCurrentThreadId()), in StackfulCoroutineWorker() 156 threadId_ = os::thread::GetCurrentThreadId(); in ThreadProc() 169 ASSERT(threadId_ == os::thread::GetCurrentThreadId()); in ThreadProc()
|
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| D | taskpool.cpp | 84 && dThread->GetThreadId() == JSThread::GetCurrentThreadId()); in IsDaemonThreadOrInThreadPool()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 59 SetPidNumber(JSThread::GetCurrentThreadId()); in Init() 87 uint32_t threadId = os::thread::GetCurrentThreadId(); in GetLogFileStream()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 39 ThreadId GetCurrentThreadId() in GetCurrentThreadId() function
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker.cpp | 108 if (os::thread::GetCurrentThreadId() != dThread->GetThreadId()) { in ProcessMarkStack() 156 if (os::thread::GetCurrentThreadId() != dThread->GetThreadId()) { in ProcessMarkStack()
|
| /arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
| D | dprofiler.cpp | 68 …akePandaUnique<dprof::ProfilingData>(appName.data(), GetHash(), os::thread::GetCurrentThreadId())), in DProfiler()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | cpu_affinity.cpp | 237 << (tid != 0 ? tid : thread::GetCurrentThreadId()) in GetThreadAffinity() 257 … << " for thread with tid = " << (tid != 0 ? tid : thread::GetCurrentThreadId()) in SetAffinityForThread()
|
| D | thread.cpp | 36 ThreadId GetCurrentThreadId() in GetCurrentThreadId() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.h | 46 …auto co = allocator->New<EtsCoroutine>(os::thread::GetCurrentThreadId(), allocator, vm, std::move(…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | signal_handler_test.cpp | 62 managedThread_ = os::thread::GetCurrentThreadId(); in Start()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_pool.h | 173 proc->SetTid(os::thread::GetCurrentThreadId()); in Help() 258 proc->SetTid(os::thread::GetCurrentThreadId()); in WorkerEntry()
|