Home
last modified time | relevance | path

Searched defs:was_busy (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_uart_mcuxpresso/
Ddma_uart.cc482 bool was_busy = rx_data_.busy.exchange(true); in DoTryReadFor() local
548 bool was_busy = tx_data_.busy.exchange(true); in DoTryWriteFor() local
595 bool was_busy = rx_data_.busy.exchange(true); in DoClearPendingReceiveBytes() local
/external/libbrillo/brillo/namespaces/
Dmount_namespace.cc98 bool was_busy; in Destroy() local
Dplatform.cc41 bool Platform::Unmount(const FilePath& path, bool lazy, bool* was_busy) { in Unmount()