Searched refs:HasBeenNotifiedInternal (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | notification.cc | 49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification() 50 this->mutex_.LockWhen(Condition(&HasBeenNotifiedInternal, in WaitForNotification() 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() 61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout() 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() 71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
|
D | notification.h | 78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified() 111 static inline bool HasBeenNotifiedInternal( in HasBeenNotifiedInternal() function
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | notification.cc | 49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification() 50 this->mutex_.LockWhen(Condition(&HasBeenNotifiedInternal, in WaitForNotification() 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() 61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout() 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() 71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
|
D | notification.h | 78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified() 111 static inline bool HasBeenNotifiedInternal( in HasBeenNotifiedInternal() function
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | notification.cc | 49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification() 50 this->mutex_.LockWhen(Condition(&HasBeenNotifiedInternal, in WaitForNotification() 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() 61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout() 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() 71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
|
D | notification.h | 78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified() 111 static inline bool HasBeenNotifiedInternal( in HasBeenNotifiedInternal() function
|
/external/abseil-cpp/absl/synchronization/ |
D | notification.cc | 49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification() 50 this->mutex_.LockWhen(Condition(&HasBeenNotifiedInternal, in WaitForNotification() 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() 61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout() 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() 71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
|
D | notification.h | 78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified() 111 static inline bool HasBeenNotifiedInternal( in HasBeenNotifiedInternal() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | notification.cc | 49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification() 50 this->mutex_.LockWhen(Condition(&HasBeenNotifiedInternal, in WaitForNotification() 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() 61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout() 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() 71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
|
D | notification.h | 78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified() 111 static inline bool HasBeenNotifiedInternal( in HasBeenNotifiedInternal() function
|