Searched refs:QueryThreadLockInfo (Results 1 – 9 of 9) sorted by relevance
117 static SocketThreadLockInfo *QueryThreadLockInfo(pthread_t threadId) in QueryThreadLockInfo() function149 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()
624 static ThreadLockInfo *QueryThreadLockInfo(uint32_t seqNumber) in QueryThreadLockInfo() function641 ThreadLockInfo *threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub()
319 std::shared_ptr<struct ThreadLockInfo> QueryThreadLockInfo(uint32_t seqNumber);
1009 EXPECT_TRUE(dBinderService->QueryThreadLockInfo(seqNumber) != nullptr);1010 EXPECT_EQ(dBinderService->QueryThreadLockInfo(seqNumber), threadLockInfo);1013 EXPECT_TRUE(dBinderService->QueryThreadLockInfo(seqNumber) == nullptr);
140 std::shared_ptr<SocketThreadLockInfo> QueryThreadLockInfo(const std::thread::id &threadId);
727 std::shared_ptr<SocketThreadLockInfo> IPCProcessSkeleton::QueryThreadLockInfo(const std::thread::id… in QueryThreadLockInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton825 std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(threadID); in WakeUpDataThread()842 threadLockInfo = QueryThreadLockInfo(threadId); in AddDataThreadInWait()
1040 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
475 auto ret = skeleton->QueryThreadLockInfo(threadId);1772 auto ret = skeleton->QueryThreadLockInfo(threadId);
485 current->QueryThreadLockInfo(threadId); in AttachThreadLockInfoTest()