Home
last modified time | relevance | path

Searched refs:notified (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification.cc58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
59 if (!notified) { in WaitForNotificationWithTimeout()
60 notified = this->mutex_.LockWhenWithTimeout( in WaitForNotificationWithTimeout()
64 return notified; in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
69 if (!notified) { in WaitForNotificationWithDeadline()
70 notified = this->mutex_.LockWhenWithDeadline( in WaitForNotificationWithDeadline()
74 return notified; in WaitForNotificationWithDeadline()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D18-1.c50 static int notified; variable
59 notified = (int)getpid(); in notification()
75 notified = 0; in main()
113 if (notified != 0) { in main()
114 if (notified == (int)getpid()) { in main()
138 if (notified != (int)getpid()) { in main()
139 output("Notified value: %d\n", notified); in main()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c26 static volatile sig_atomic_t notified, cmp_ok; variable
93 notified = 1; in sigfunc()
99 notified = 1; in tfunc()
109 notified = cmp_ok = 1; in do_test()
113 notified = cmp_ok = 0; in do_test()
126 notified = cmp_ok = 0; in do_test()
166 while (!notified) in do_test()
/third_party/node/deps/v8/src/libplatform/
H A Ddelayed-task-queue.cc76 bool notified = queues_condition_var_.WaitFor(&lock_, wait_delta); in GetNext() local
77 USE(notified); in GetNext()
/third_party/python/Lib/test/
H A Dtest_subclassinit.py201 notified = []
205 notified.append(name)
214 self.assertCountEqual(notified, ['a', 'b', 'c', 'd', 'e'])
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1167 // threads until notified. Instances of this class must be created
1194 const bool notified = notified_; in WaitForNotification() local
1196 if (notified) in WaitForNotification()
1243 // threads until notified. Instances of this class must be created

Completed in 6 milliseconds