Home
last modified time | relevance | path

Searched refs:GetThreadId (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp33 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 Dprocess_helper.h29 int GetThreadId();
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dthread.h29 uv_thread_t GetThreadId() const in GetThreadId() function in Commonlibrary::Concurrent::TaskPoolModule::Thread
H A Dworker.cpp239 worker->tid_ = GetThreadId(); in ExecuteInThread()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dthread.h29 uv_thread_t GetThreadId() const in GetThreadId() function in Commonlibrary::Concurrent::WorkerModule::Thread
/commonlibrary/ets_utils/platform/default/
H A Dprocess_helper.cpp51 int GetThreadId() in GetThreadId() function
/commonlibrary/ets_utils/platform/ios/
H A Dprocess_helper.cpp467 int GetThreadId() in GetThreadId() function in Commonlibrary::Platform::SYSArgUnix::SYSArgMacOS
/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp288 auto proTid = static_cast<int32_t>(GetThreadId()); in GetTid()

Completed in 6 milliseconds