Searched defs:notified (Results 1 – 4 of 4) sorted by relevance
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
50 static int notified; variable
76 bool notified = queues_condition_var_.WaitFor(&lock_, wait_delta); in GetNext() local
26 static volatile sig_atomic_t notified, cmp_ok; variable