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

/macosx-10.10.1/llvmCore-3425.0.34/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

Completed in 109 milliseconds