Home | History | Annotate | Download | only in internal

Lines Matching defs:Notification

1218 class Notification {
1220 Notification() : notified_(false) {
1223 ~Notification() {
1227 // Notifies all threads created with this notification to start. Must
1252 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1293 class GTEST_API_ Notification {
1295 Notification();
1302 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1337 // Notification thread_can_start;
1350 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1381 Notification* const thread_can_start_;
1524 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);
1537 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)