Home
last modified time | relevance | path

Searched refs:GetThreadId (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp33 uint32_t GetThreadId() in GetThreadId() function
115 GetThreadId(), refState->weakRefCount); in __anone27d57a10202()
144 FUZZ_LOGI("thread = %{public}u, GetSptrRefCount", GetThreadId()); in __anone27d57a10402()
149 FUZZ_LOGI("thread = %{public}u, GetRefCounter", GetThreadId()); in __anone27d57a10502()
157 FUZZ_LOGI("thread = %{public}u, GetWptrRefCount", GetThreadId()); in __anone27d57a10602()
180 FUZZ_LOGI("thread = %{public}u, IncStrongRef", GetThreadId()); in __anone27d57a10a02()
189 FUZZ_LOGI("thread = %{public}u, CreateWeakRef", GetThreadId()); in __anone27d57a10b02()
217 FUZZ_LOGI("thread = %{public}u, IncWeakRef", GetThreadId()); in __anone27d57a10e02()
225 FUZZ_LOGI("thread = %{public}u, AttemptAcquire", GetThreadId()); in __anone27d57a10f02()
244 FUZZ_LOGI("thread = %{public}u, AttemptIncStrong", GetThreadId()); in __anone27d57a11102()
[all …]
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_adapter.cpp47 GetName(), GetThreadId()); in OneAction()
58 GetName(), GetThreadId()); in OneAction()
65 GetName(), GetThreadId(), retCode); in OneAction()
84 GetName(), GetThreadId()); in Uninitialize()
91 GetName(), GetThreadId()); in Uninitialize()
97 GetName(), GetThreadId()); in Uninitialize()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread.cpp35 unsigned long IWorker::GetThreadId() in GetThreadId() function in OHOS::AI::IWorker
38 return thread_->GetThreadId(); in GetThreadId()
195 return IsThreadRunning(GetThreadId()); in IsActive()
209 unsigned long Thread::GetThreadId() const in GetThreadId() function in OHOS::AI::Thread
H A Dthread_pool.cpp93 if ((*iter)->GetThreadId() == thread->GetThreadId()) { in Push()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dblock_queue_test.cpp42 static int64_t GetThreadId();
66 int64_t ImfBlockQueueTest::GetThreadId() in GetThreadId() function in OHOS::MiscServices::ImfBlockQueueTest
87 auto threadId = GetThreadId(); in TestImfBlockQueue()
/ohos5.0/foundation/ai/ai_engine/test/common/threadpool/
H A Dthread_pool_test.cpp124 ASSERT_EQ(static_cast<int>(worker.GetThreadId()), INVALID_THREAD_ID);
127 HILOGD("[Test]Test worker end, GetThreadId is %lu.", worker.GetThreadId());
140 unsigned long id = testThread.GetThreadId();
145 id = testThread.GetThreadId();
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread.h119 unsigned long GetThreadId();
180 unsigned long GetThreadId() const;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object_lib.cpp76 static uint64_t GetThreadId() in GetThreadId() function
111 : sapi_ { { CreateMutex, DestroyMutex, LockMutex, UnlockMutex }, GetThreadId } in MetaObjectLib()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_statistic.cpp64 key_ = seqId == 0 ? GetThreadId() : uint64_t(seqId); in SqlStatistic()
72 it = execInfos_.Find(GetThreadId()); in SqlStatistic()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_runner.cpp508 ", Thread ID = " + std::to_string(GetThreadId()) + ") is running" + LINE_SEPARATOR); in Dump()
543 uint64_t EventRunner::GetThreadId() in GetThreadId() function in OHOS::AppExecFwk::EventRunner
545 std::thread::id tid = innerRunner_->GetThreadId(); in GetThreadId()
554 return std::this_thread::get_id() == innerRunner_->GetThreadId(); in IsCurrentRunnerThread()
H A Devent_inner_runner.h53 const std::thread::id &GetThreadId() in GetThreadId() function
/ohos5.0/commonlibrary/ets_utils/platform/
H A Dprocess_helper.h29 int GetThreadId();
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dthread.h29 uv_thread_t GetThreadId() const in GetThreadId() function
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dthread.h29 uv_thread_t GetThreadId() const in GetThreadId() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_platform.h48 static UNUSED_FUNCTION uint64_t GetThreadId() in GetThreadId() function
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1605 uint64_t id1 = runner->GetThreadId();
1611 uint64_t id2 = currentRunner->GetThreadId(); in __anon38b2a1f74202()
1630 uint64_t id1 = runner->GetThreadId();
1636 uint64_t id2 = currentRunner->GetThreadId(); in __anon38b2a1f74302()
1655 uint64_t id1 = runner->GetThreadId();
1661 uint64_t id2 = currentRunner->GetThreadId(); in __anon38b2a1f74402()
1680 uint64_t id1 = runner->GetThreadId();
1686 uint64_t id2 = currentRunner->GetThreadId(); in __anon38b2a1f74502()
1705 uint64_t id1 = runner->GetThreadId();
1711 uint64_t id2 = currentRunner->GetThreadId(); in __anon38b2a1f74602()
/ohos5.0/commonlibrary/ets_utils/platform/default/
H A Dprocess_helper.cpp53 int GetThreadId() in GetThreadId() function
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_inner_runner.h54 LOCAL_API const std::thread::id &GetThreadId() in GetThreadId() function
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp800 uint64_t EventRunner::GetThreadId() in GetThreadId() function in OHOS::AppExecFwk::EventRunner
802 std::thread::id tid = innerRunner_->GetThreadId(); in GetThreadId()
826 return std::this_thread::get_id() == innerRunner_->GetThreadId(); in IsCurrentRunnerThread()
829 return std::this_thread::get_id() == innerRunner_->GetThreadId(); in IsCurrentRunnerThread()
/ohos5.0/base/notification/eventhandler/test/fuzztest/eventrunner_fuzzer/
H A Deventrunner_fuzzer.cpp58 runner->GetThreadId(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h128 uint32_t GetThreadId(void);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_runner.h139 uint64_t GetThreadId();
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dserializer_inner.c147 ptr->content.svc.handle = GetThreadId(); in WriteRemoteObject()
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_runner.h198 uint64_t GetThreadId();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp31 inline std::string GetThreadId() in GetThreadId() function
306 …ommAggr][Create] Exit ok but discard since localSourceId zero, thread=%s.", GetThreadId().c_str()); in ScheduleSendTask()
317 …LOGE("[CommAggr][Create] Set phyHeader fail, thread=%s, errCode=%d", GetThreadId().c_str(), errCod… in ScheduleSendTask()
331 … LOGW("[CommAggr][Create] Exit failed, thread=%s, errCode=%d", GetThreadId().c_str(), errCode); in ScheduleSendTask()

12