Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc42 : fd_(fd), am_(am), watching_(false) { in PosixAsyncSocket()
60 watching_ = other.watching_.load(); in PosixAsyncSocket()
64 other.watching_ = false; in PosixAsyncSocket()
145 if (watching_.compare_exchange_strong(expected, true)) { in WatchForNonBlockingRead()
156 if (watching_.compare_exchange_strong(expected, false)) { in StopWatching()
Dposix_async_socket.h84 std::atomic_bool watching_; variable