Home
last modified time | relevance | path

Searched defs:threadLockInfo (Results 1 – 7 of 7) 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/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/test/unittest/dbinder/dbinder_service/src/
Ddbinder_service_unittest.cpp437 … std::shared_ptr<struct ThreadLockInfo> threadLockInfo = std::make_shared<struct ThreadLockInfo>(); variable
651 std::shared_ptr<struct ThreadLockInfo> threadLockInfo; variable
681 std::shared_ptr<struct ThreadLockInfo> threadLockInfo; variable
711 std::shared_ptr<struct ThreadLockInfo> threadLockInfo; variable
/foundation/communication/ipc/dbinder/dbinder_service/src/
Ddbinder_service.cpp514 uint32_t pid, uint32_t uid, std::shared_ptr<struct ThreadLockInfo> &threadLockInfo) in InvokerRemoteDBinderWhenRequest()
538 uint32_t pid, uint32_t uid, std::shared_ptr<struct ThreadLockInfo> &threadLockInfo) in InvokerRemoteDBinderWhenWaitRsp()
575 std::shared_ptr<struct ThreadLockInfo> threadLockInfo = nullptr; in InvokerRemoteDBinder() local
1191 std::shared_ptr<struct ThreadLockInfo> threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub() local
/foundation/communication/ipc/dbinder/test/unittest/
Ddbinder_service_unittest.cpp1556 std::shared_ptr<OHOS::ThreadLockInfo> threadLockInfo = std::make_shared<OHOS::ThreadLockInfo>(); variable
1737 std::shared_ptr<OHOS::ThreadLockInfo> threadLockInfo = std::make_shared<OHOS::ThreadLockInfo>(); variable
2384 std::shared_ptr<struct ThreadLockInfo> threadLockInfo; variable
2414 std::shared_ptr<struct ThreadLockInfo> threadLockInfo; variable
2445 std::shared_ptr<struct ThreadLockInfo> threadLockInfo; variable
/foundation/communication/ipc/ipc/native/src/core/framework/source/
Dipc_process_skeleton.cpp848 std::shared_ptr<SocketThreadLockInfo> threadLockInfo = QueryThreadLockInfo(threadID); in WakeUpDataThread() local
863 std::shared_ptr<SocketThreadLockInfo> threadLockInfo; in AddDataThreadInWait() local
/foundation/communication/ipc/test/fuzztest/dbinder/dbinder_service/src/dbinderservicenew_fuzzer/
Ddbinderservicenew_fuzzer.cpp577 auto threadLockInfo = std::make_shared<struct ThreadLockInfo>(); in AttachThreadLockInfoTest() local