Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
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/
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/protobuf/gtest/include/gtest/internal/
Dgtest-port.h857 Notification() : notified_(false) {} in Notification()
861 void Notify() { notified_ = true; } in Notify()
866 while(!notified_) { in WaitForNotification()
872 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/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.h1204 Notification() : notified_(false) {
1215 notified_ = true;
1224 const bool notified = notified_;
1234 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1220 Notification() : notified_(false) {
1231 notified_ = true;
1240 const bool notified = notified_;
1250 bool notified_;
Dgtest-port.h.orig1208 Notification() : notified_(false) {
1219 notified_ = true;
1228 const bool notified = notified_;
1238 bool notified_;
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1501 Notification() : notified_(false) {
1512 notified_ = true;
1521 const bool notified = notified_;
1531 bool notified_;
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h1469 Notification() : notified_(false) {
1480 notified_ = true;
1489 const bool notified = notified_;
1499 bool notified_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1470 Notification() : notified_(false) {
1481 notified_ = true;
1490 const bool notified = notified_;
1500 bool notified_;
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h1919 Notification() : notified_(false) {}
1923 void Notify() { notified_ = true; }
1928 while(!notified_) {
1934 volatile bool notified_;
/external/fmtlib/test/gtest/
Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h2311 Notification() : notified_(false) {
2322 notified_ = true;
2331 const bool notified = notified_;
2341 bool notified_;