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

/gem5/ext/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

Completed in 13 milliseconds