HomeSort by relevance Sort by last modified time
    Searched refs:notified_ (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/lib/core/
blocking_counter.h 29 : state_(initial_count << 1), notified_(false) {
43 DCHECK(!notified_);
44 notified_ = true;
52 while (!notified_) {
62 while (!notified_) {
75 bool notified_; member in class:tensorflow::BlockingCounter
  /external/tensorflow/tensorflow/core/platform/default/
notification.h 31 Notification() : notified_(0) {}
42 notified_.store(true, std::memory_order_release);
47 return notified_.load(std::memory_order_acquire);
75 mutex mu_; // protects mutations of notified_
76 condition_variable cv_; // signaled when notified_ becomes non-zero
77 std::atomic<bool> notified_; // mutations under mu_ member in class:tensorflow::Notification
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 30 Barrier(unsigned int count) : state_(count << 1), notified_(false) {
44 eigen_assert(!notified_);
45 notified_ = true;
53 while (!notified_) {
62 bool notified_; member in class:Eigen::Barrier
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 1142 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 1275 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h 1513 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1115 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1500 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1107 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1509 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1633 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h 2782 bool notified_; member in class:std::tr1::Notification
    [all...]

Completed in 1140 milliseconds