Searched refs:GetThreadId (Results 1 - 8 of 8) sorted by relevance
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/ |
H A D | refbase_fuzzer.cpp | 33 uint32_t GetThreadId() in GetThreadId() function 96 FUZZ_LOGI("thread = %{public}u, DecStrongRef, refState->strongCount = %{public}zu", GetThreadId(), 115 GetThreadId(), refState->weakRefCount); 131 FUZZ_LOGI("thread = %{public}u, DecWeakRef, refState->weakCount = %{public}zu", GetThreadId(), 144 FUZZ_LOGI("thread = %{public}u, GetSptrRefCount", GetThreadId()); 149 FUZZ_LOGI("thread = %{public}u, GetRefCounter", GetThreadId()); 157 FUZZ_LOGI("thread = %{public}u, GetWptrRefCount", GetThreadId()); 162 FUZZ_LOGI("thread = %{public}u, IsAttemptAcquireSet", GetThreadId()); 167 FUZZ_LOGI("thread = %{public}u, IsExtendLifeTimeSet", GetThreadId()); 173 FUZZ_LOGI("thread = %{public}u, weakRef->GetWeakRefCount", GetThreadId()); [all...] |
/commonlibrary/ets_utils/platform/ |
H A D | process_helper.h | 29 int GetThreadId();
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | thread.h | 29 uv_thread_t GetThreadId() const in GetThreadId() function in Commonlibrary::Concurrent::TaskPoolModule::Thread
|
H A D | worker.cpp | 239 worker->tid_ = GetThreadId();
in ExecuteInThread()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | thread.h | 29 uv_thread_t GetThreadId() const
in GetThreadId() function in Commonlibrary::Concurrent::WorkerModule::Thread
|
/commonlibrary/ets_utils/platform/default/ |
H A D | process_helper.cpp | 51 int GetThreadId() in GetThreadId() function
|
/commonlibrary/ets_utils/platform/ios/ |
H A D | process_helper.cpp | 467 int GetThreadId() in GetThreadId() function in Commonlibrary::Platform::SYSArgUnix::SYSArgMacOS
|
/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.cpp | 288 auto proTid = static_cast<int32_t>(GetThreadId());
in GetTid()
|
Completed in 6 milliseconds