Home
last modified time | relevance | path

Searched defs:threadLockInfo (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/ipc/native/c/rpc/src/
Drpc_process_skeleton.c109 static int32_t AttachThreadLockInfo(SocketThreadLockInfo *threadLockInfo) in AttachThreadLockInfo()
149 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(threadId); in AddDataThreadInWait() local
188 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(threadId); in WakeUpDataThread() local
375 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in AddSendThreadInWait() local
453 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in WakeUpThreadBySeqNumber() local
/foundation/communication/ipc/services/dbinder/c/src/
Ddbinder_service.c272 static int32_t AttachThreadLockInfo(ThreadLockInfo *threadLockInfo) in AttachThreadLockInfo()
280 static void DetachThreadLockInfo(ThreadLockInfo *threadLockInfo) in DetachThreadLockInfo()
289 ThreadLockInfo *threadLockInfo = (ThreadLockInfo *)malloc(sizeof(ThreadLockInfo)); in NewThreadLock() local
329 ThreadLockInfo *threadLockInfo = NewThreadLock(); in InvokerRemoteDBinder() local
641 ThreadLockInfo *threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub() local
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_process_skeleton.cpp629 std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(threadID); in WakeUpDataThread() local
643 std::shared_ptr<SocketThreadLockInfo> threadLockInfo; in AddDataThreadInWait() local
718 … std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in WakeUpThreadBySeqNumber() local
733 std::shared_ptr<SocketThreadLockInfo> threadLockInfo; in AddSendThreadInWait() local
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp334 … std::shared_ptr<struct ThreadLockInfo> threadLockInfo = std::make_shared<struct ThreadLockInfo>(); in InvokerRemoteDBinder() local
655 std::shared_ptr<struct ThreadLockInfo> threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub() local