Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp612 stop_wait_cv_.wait_for(*lock, std::chrono::milliseconds(kMaxStopCompleteWaitMs), in stop()
1773 stop_wait_cv_.notify_one(); in runEventLoop()
Dwifi_legacy_hal.h872 std::condition_variable_any stop_wait_cv_; variable