Home
last modified time | relevance | path

Searched refs:recvMutex_ (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp140 recvMutex_.lock(); in GetReceiveBufferAndLock()
144 recvMutex_.unlock(); in GetReceiveBufferAndLock()
152 recvMutex_.unlock(); in GetReceiveBufferAndLock()
173 recvMutex_.unlock(); in ReleaseReceiveBufferLock()
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h72 std::mutex recvMutex_; member in OHOS::BufferObject
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp577 object.recvMutex_.lock(); in HWTEST_F()
579 EXPECT_EQ(object.recvMutex_.try_lock(), true); in HWTEST_F()
580 object.recvMutex_.unlock(); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.h124 std::mutex recvMutex_; member in OHOS::TMessenger
H A Dtmessenger.cpp281 std::unique_lock<std::mutex> lock(recvMutex_); in OnMessageRecv()
344 std::unique_lock<std::mutex> lock(recvMutex_); in WaitResponse()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h173 std::mutex recvMutex_; member in OHOS::MediaAVCodec::Codec::FCodec
H A Dfcodec.cpp414 std::unique_lock<std::mutex> rLock(recvMutex_); in StopThread()
440 std::unique_lock<std::mutex> rLock(recvMutex_); in Stop()
469 std::unique_lock<std::mutex> rLock(recvMutex_); in Flush()
954 std::unique_lock<std::mutex> recvLock(recvMutex_); in SendFrame()
1116 std::unique_lock<std::mutex> recvLock(recvMutex_); in ReceiveFrame()
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket.h655 std::mutex recvMutex_; member in OHOS::NetStack::TlsSocket::TLSSocket
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp432 std::lock_guard<std::mutex> lock(recvMutex_); in ReadMessage()
779 std::lock_guard<std::mutex> lock(recvMutex_); in Close()

Completed in 9 milliseconds