HomeSort by relevance Sort by last modified time
    Searched refs:notified_ (Results 1 - 18 of 18) 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/v8/src/base/platform/
condition-variable.cc 144 volatile bool notified_;
170 event->notified_ = false;
216 if (!result && event->notified_ && waitlist_ != NULL) {
220 waitlist_->notified_ = true;
240 if (event->notified_) {
251 DCHECK(!highest_event->notified_);
253 highest_event->notified_ = true;
264 if (!event->notified_) {
266 event->notified_ = true;
287 DCHECK(event->notified_);
    [all...]
  /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/protobuf/gtest/include/gtest/internal/
gtest-port.h 857 Notification() : notified_(false) {}
861 void Notify() { notified_ = true; }
866 while(!notified_) {
872 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /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 1542 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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 1234 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/v8/testing/gtest/include/gtest/internal/
gtest-port.h 1499 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1250 bool notified_; member in class:testing::internal::Notification
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1238 bool notified_; member in class:testing::internal::Notification
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1250 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 1934 volatile bool notified_; member in class:std::tr1::Notification
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 2341 bool notified_; member in class:std::tr1::Notification
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 2341 bool notified_; member in class:std::tr1::Notification
    [all...]

Completed in 800 milliseconds