Searched refs:notified_ (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/base/platform/
H A Dcondition-variable.cc144 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/
H A DTensorDeviceThreadPool.h30 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/
H A Dgtest-port.h857 Notification() : notified_(false) {}
861 void Notify() { notified_ = true; }
866 while(!notified_) {
872 volatile bool notified_; member in class:testing::internal::Notification
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1112 Notification() : notified_(false) {
1123 notified_ = true;
1132 const bool notified = notified_;
1142 bool notified_; member in class:testing::internal::Notification
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1100 Notification() : notified_(false) {}
1104 void Notify() { notified_ = true; }
1109 while(!notified_) {
1115 volatile bool notified_; member in class:testing::internal::Notification
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1087 Notification() : notified_(false) {}
1091 void Notify() { notified_ = true; }
1096 while(!notified_) {
1102 volatile bool notified_; member in class:testing::internal::Notification
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1092 Notification() : notified_(false) {}
1096 void Notify() { notified_ = true; }
1101 while(!notified_) {
1107 volatile bool notified_; member in class:testing::internal::Notification
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1220 Notification() : notified_(false) {
1231 notified_ = true;
1240 const bool notified = notified_;
1250 bool notified_; member in class:testing::internal::Notification
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1470 Notification() : notified_(false) {
1481 notified_ = true;
1490 const bool notified = notified_;
1500 bool notified_; member in class:testing::internal::Notification
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1470 Notification() : notified_(false) {
1481 notified_ = true;
1490 const bool notified = notified_;
1500 bool notified_; member in class:testing::internal::Notification
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1469 Notification() : notified_(false) {
1480 notified_ = true;
1489 const bool notified = notified_;
1499 bool notified_; member in class:testing::internal::Notification
/external/fmtlib/test/gtest/
H A Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_; member in class:std::tr1::Notification
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h1919 Notification() : notified_(false) {}
1923 void Notify() { notified_ = true; }
1928 while(!notified_) {
1934 volatile bool notified_; member in class:std::tr1::Notification
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_; member in class:std::tr1::Notification

Completed in 707 milliseconds