Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
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/tensorflow/tensorflow/core/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/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h30 Barrier(unsigned int count) : state_(count << 1), notified_(false) { in Barrier()
44 eigen_assert(!notified_); in Notify()
45 notified_ = true; in Notify()
53 while (!notified_) { in Wait()
62 bool notified_; 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1092 Notification() : notified_(false) {}
1096 void Notify() { notified_ = true; }
1101 while(!notified_) {
1107 volatile bool notified_;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1112 Notification() : notified_(false) {
1123 notified_ = true;
1132 const bool notified = notified_;
1142 bool notified_;
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1245 Notification() : notified_(false) {
1256 notified_ = true;
1265 const bool notified = notified_;
1275 bool notified_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1603 Notification() : notified_(false) {
1614 notified_ = true;
1623 const bool notified = notified_;
1633 bool notified_;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1479 Notification() : notified_(false) {
1490 notified_ = true;
1499 const bool notified = notified_;
1509 bool notified_;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1470 Notification() : notified_(false) {
1481 notified_ = true;
1490 const bool notified = notified_;
1500 bool notified_;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1483 Notification() : notified_(false) {
1494 notified_ = true;
1503 const bool notified = notified_;
1513 bool notified_;
/external/epid-sdk/ext/gtest/
Dgtest.h2752 Notification() : notified_(false) {
2763 notified_ = true;
2772 const bool notified = notified_;
2782 bool notified_;