Home
last modified time | relevance | path

Searched defs:threadLockInfo (Results 1 – 5 of 5) 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
365 SocketThreadLockInfo *threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in AddSendThreadInWait() local
443 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.cpp640 std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(threadID); in WakeUpDataThread() local
654 std::shared_ptr<SocketThreadLockInfo> threadLockInfo; in AddDataThreadInWait() local
729 … std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(messageInfo->threadId); in WakeUpThreadBySeqNumber() local
744 std::shared_ptr<SocketThreadLockInfo> threadLockInfo; in AddSendThreadInWait() local
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp364 … std::shared_ptr<struct ThreadLockInfo> threadLockInfo = std::make_shared<struct ThreadLockInfo>(); in InvokerRemoteDBinder() local
779 std::shared_ptr<struct ThreadLockInfo> threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub() local
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp888 std::shared_ptr<OHOS::ThreadLockInfo> threadLockInfo = std::make_shared<OHOS::ThreadLockInfo>(); variable
1088 std::shared_ptr<OHOS::ThreadLockInfo> threadLockInfo = std::make_shared<OHOS::ThreadLockInfo>(); variable