Home
last modified time | relevance | path

Searched refs:buffMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_session_object.h77 std::mutex buffMutex_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_session_object.cpp53 std::lock_guard<std::mutex> lockGuard(buffMutex_); in GetSessionBuff()