Home
last modified time | relevance | path

Searched refs:threadLockMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp897 std::lock_guard<std::mutex> lock(threadLockMutex_); in ProcessOnSessionClosed()
1053 std::lock_guard<std::mutex> lock(threadLockMutex_); in DetachThreadLockInfo()
1060 std::lock_guard<std::mutex> lock(threadLockMutex_); in AttachThreadLockInfo()
1069 std::lock_guard<std::mutex> lock(threadLockMutex_); in QueryThreadLockInfo()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h393 std::mutex threadLockMutex_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp104 std::unique_lock<std::shared_mutex> lockGuard(threadLockMutex_); in ClearDataResource()
712 std::unique_lock<std::shared_mutex> lockGuard(threadLockMutex_); in DetachThreadLockInfo()
721 std::unique_lock<std::shared_mutex> lockGuard(threadLockMutex_); in AttachThreadLockInfo()
730 std::shared_lock<std::shared_mutex> lockGuard(threadLockMutex_); in QueryThreadLockInfo()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h264 std::shared_mutex threadLockMutex_; variable