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

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc56 using testing::internal::Notification;
280 Notification n1;
281 Notification n2;
282 Notification n3;
478 Notification spawn_thread_started;
479 Notification spawn_thread_ok_to_terminate;
H A Dgtest_stress_test.cc52 using internal::Notification;
130 Notification threads_can_start;
H A Dgtest-port_test.cc1110 Notification threads_can_start;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1458 // Notification has already been imported into the namespace.
1468 class Notification { class in namespace:testing::internal
1470 Notification() : notified_(false) { function in class:testing::internal::Notification
1473 ~Notification() {
1502 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1543 class GTEST_API_ Notification { class in namespace:testing::internal
1545 Notification();
1552 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1587 // Notification thread_can_start;
1600 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_star
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc221 Notification::Notification() function in class:testing::internal::Notification
229 void Notification::Notify() {
233 void Notification::WaitForNotification() {
328 Notification* thread_can_start) {
349 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
355 Notification* thread_can_start_;
376 Notification* thread_can_start)

Completed in 18 milliseconds