Home
last modified time | relevance | path

Searched refs:notified_ (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dblocking_counter.h29 : state_(initial_count << 1), notified_(false) { in BlockingCounter()
43 DCHECK(!notified_); in DecrementCount()
44 notified_ = true; in DecrementCount()
52 while (!notified_) { in Wait()
62 while (!notified_) { in WaitFor()
75 bool notified_; variable
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DBarrier.h20 Barrier(unsigned int count) : state_(count << 1), notified_(false) { in Barrier()
35 eigen_plain_assert(!notified_); in Notify()
36 notified_ = true; in Notify()
44 while (!notified_) { in Wait()
53 bool notified_; variable
/external/tensorflow/tensorflow/tsl/platform/default/
Dnotification.h31 Notification() : notified_(0) {} in Notification()
42 notified_.store(true, std::memory_order_release); in Notify()
47 return notified_.load(std::memory_order_acquire); in HasBeenNotified()
77 std::atomic<bool> notified_; // mutations under mu_ variable
/external/perfetto/src/base/
Dwaitable_event.cc27 return event_.wait(lock, [this] { return notified_; }); in Wait()
32 notified_ = true; in Notify()
/external/perfetto/src/shared_lib/test/
Dapi_integrationtest.cc97 notified_ = true; in Notify()
102 cv_.wait(lock, [this] { return notified_; }); in WaitForNotification()
103 return notified_; in WaitForNotification()
107 return notified_; in Notified()
113 bool notified_ = false; member in __anon49d6cc810111::Notification
/external/perfetto/include/perfetto/ext/base/
Dwaitable_event.h44 bool notified_ = false; variable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1100 Notification() : notified_(false) {}
1104 void Notify() { notified_ = true; }
1109 while(!notified_) {
1115 volatile bool notified_;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1174 Notification() : notified_(false) {
1185 notified_ = true;
1194 const bool notified = notified_;
1204 bool notified_;
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1219 Notification() : notified_(false) {}
1227 notified_ = true;
1235 cv_.wait(lock, [this]() { return notified_; });
1241 bool notified_;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h1187 Notification() : notified_(false) {
1198 notified_ = true;
1207 const bool notified = notified_;
1217 bool notified_;
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1191 Notification() : notified_(false) {
1202 notified_ = true;
1211 const bool notified = notified_;
1221 bool notified_;
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h1187 Notification() : notified_(false) {
1198 notified_ = true;
1207 const bool notified = notified_;
1217 bool notified_;
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1215 Notification() : notified_(false) {}
1223 notified_ = true;
1231 cv_.wait(lock, [this]() { return notified_; });
1237 bool notified_;
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1215 Notification() : notified_(false) {}
1223 notified_ = true;
1231 cv_.wait(lock, [this]() { return notified_; });
1237 bool notified_;
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc227 return notified_; in notified()
234 cv_.wait(lock, [this] { return notified_; }); in Wait()
239 notified_ = true; in Notify()
246 bool notified_ = false; member in __anon78e5bb3c0111::WaitableTestEvent
/external/fmtlib/test/gtest/
Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h2745 Notification() : notified_(false) {
2756 notified_ = true;
2765 const bool notified = notified_;
2775 bool notified_;