Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Di_stream_socket.h102 std::unique_lock<std::mutex> lock(streamReceiveLock_); in TakeStream()
116 std::lock_guard<std::mutex> lock(streamReceiveLock_); in PutStream()
125 std::lock_guard<std::mutex> lock(streamReceiveLock_); in GetStreamNum()
131 std::lock_guard<std::mutex> lock(streamReceiveLock_); in QuitStreamBuffer()
144 std::mutex streamReceiveLock_; variable