Home
last modified time | relevance | path

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

/drivers/peripheral/usb/gadget/function/mtp/include/
Dusbfn_mtp_impl.h248 static std::mutex asyncMutex_; variable
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp110 std::mutex UsbfnMtpImpl::asyncMutex_; member in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
292 std::lock_guard<std::mutex> guard(asyncMutex_); in UsbMtpPortStartTxAsync()
1279 std::lock_guard<std::mutex> guard(asyncMutex_); in UsbMtpPortStartRxAsync()