Searched defs:was_busy (Results 1 – 3 of 3) sorted by relevance
482 bool was_busy = rx_data_.busy.exchange(true); in DoTryReadFor() local548 bool was_busy = tx_data_.busy.exchange(true); in DoTryWriteFor() local595 bool was_busy = rx_data_.busy.exchange(true); in DoClearPendingReceiveBytes() local
98 bool was_busy; in Destroy() local
41 bool Platform::Unmount(const FilePath& path, bool lazy, bool* was_busy) { in Unmount()