Home | History | Annotate | Download | only in internal

Lines Matching defs:Notification

1458 // Notification has already been imported into the namespace.
1468 class Notification {
1470 Notification() : notified_(false) {
1473 ~Notification() {
1477 // Notifies all threads created with this notification to start. Must
1502 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1543 class GTEST_API_ Notification {
1545 Notification();
1552 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1587 // Notification thread_can_start;
1600 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1631 Notification* const thread_can_start_;
1778 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);
1791 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)