Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp760 std::lock_guard<std::mutex> lock(threadLockMutex_); in ProcessOnSessionClosed()
888 std::lock_guard<std::mutex> lock(threadLockMutex_); in DetachThreadLockInfo()
895 std::lock_guard<std::mutex> lock(threadLockMutex_); in AttachThreadLockInfo()
904 std::lock_guard<std::mutex> lock(threadLockMutex_); in QueryThreadLockInfo()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h375 std::mutex threadLockMutex_; variable
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_process_skeleton.cpp111 std::unique_lock<std::shared_mutex> lockGuard(threadLockMutex_); in ClearDataResource()
682 std::unique_lock<std::shared_mutex> lockGuard(threadLockMutex_); in DetachThreadLockInfo()
691 std::unique_lock<std::shared_mutex> lockGuard(threadLockMutex_); in AttachThreadLockInfo()
700 std::shared_lock<std::shared_mutex> lockGuard(threadLockMutex_); in QueryThreadLockInfo()
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h238 std::shared_mutex threadLockMutex_; variable