Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dnotification.cc58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c50 static int notified; variable
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c26 static volatile sig_atomic_t notified, cmp_ok; variable