Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.h85 mutable std::mutex write_mutex; variable
Dchannel_monitor.cpp72 std::lock_guard<std::mutex> lock(write_mutex); in SendCommandResponse()