/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/ |
H A D | refbase_fuzzer.cpp | 33 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 D | sa_client_adapter.cpp | 47 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 D | thread.cpp | 35 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 D | thread_pool.cpp | 93 if ((*iter)->GetThreadId() == thread->GetThreadId()) { in Push()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | block_queue_test.cpp | 42 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 D | thread_pool_test.cpp | 124 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 D | thread.h | 119 unsigned long GetThreadId(); 180 unsigned long GetThreadId() const;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object_lib.cpp | 76 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 D | rdb_sql_statistic.cpp | 64 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 D | event_runner.cpp | 508 ", 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 D | event_inner_runner.h | 53 const std::thread::id &GetThreadId() in GetThreadId() function
|
/ohos5.0/commonlibrary/ets_utils/platform/ |
H A D | process_helper.h | 29 int GetThreadId();
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | thread.h | 29 uv_thread_t GetThreadId() const in GetThreadId() function
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | thread.h | 29 uv_thread_t GetThreadId() const in GetThreadId() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_platform.h | 48 static UNUSED_FUNCTION uint64_t GetThreadId() in GetThreadId() function
|
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
H A D | ems_event_runner_system_test.cpp | 1605 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 D | process_helper.cpp | 53 int GetThreadId() in GetThreadId() function
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_inner_runner.h | 54 LOCAL_API const std::thread::id &GetThreadId() in GetThreadId() function
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_runner.cpp | 800 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 D | eventrunner_fuzzer.cpp | 58 runner->GetThreadId(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/ |
H A D | lite_ipc.h | 128 uint32_t GetThreadId(void);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_runner.h | 139 uint64_t GetThreadId();
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | serializer_inner.c | 147 ptr->content.svc.handle = GetThreadId(); in WriteRemoteObject()
|
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_runner.h | 198 uint64_t GetThreadId();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_aggregator.cpp | 31 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()
|