Home
last modified time | relevance | path

Searched refs:QueryThreadLockInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c117 static SocketThreadLockInfo *QueryThreadLockInfo(pthread_t threadId) in QueryThreadLockInfo() function
149 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(threadId); in AddDataThreadInWait()
188 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(threadId); in WakeUpDataThread()
365 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in AddSendThreadInWait()
443 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in WakeUpThreadBySeqNumber()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c624 static ThreadLockInfo *QueryThreadLockInfo(uint32_t seqNumber) in QueryThreadLockInfo() function
641 ThreadLockInfo *threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h319 std::shared_ptr<struct ThreadLockInfo> QueryThreadLockInfo(uint32_t seqNumber);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1009 EXPECT_TRUE(dBinderService->QueryThreadLockInfo(seqNumber) != nullptr);
1010 EXPECT_EQ(dBinderService->QueryThreadLockInfo(seqNumber), threadLockInfo);
1013 EXPECT_TRUE(dBinderService->QueryThreadLockInfo(seqNumber) == nullptr);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h140 std::shared_ptr<SocketThreadLockInfo> QueryThreadLockInfo(const std::thread::id &threadId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp727 std::shared_ptr<SocketThreadLockInfo> IPCProcessSkeleton::QueryThreadLockInfo(const std::thread::id… in QueryThreadLockInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
825 std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(threadID); in WakeUpDataThread()
842 threadLockInfo = QueryThreadLockInfo(threadId); in AddDataThreadInWait()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp1040 std::shared_ptr<struct ThreadLockInfo> threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub()
1067 std::shared_ptr<struct ThreadLockInfo> DBinderService::QueryThreadLockInfo(uint32_t seqNumber) in QueryThreadLockInfo() function in OHOS::DBinderService
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp475 auto ret = skeleton->QueryThreadLockInfo(threadId);
1772 auto ret = skeleton->QueryThreadLockInfo(threadId);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp485 current->QueryThreadLockInfo(threadId); in AttachThreadLockInfoTest()