Home | History | Annotate | Download | only in internal

Lines Matching defs:Notification

1202 class Notification {
1204 Notification() : notified_(false) {
1207 ~Notification() {
1211 // Notifies all threads created with this notification to start. Must
1236 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1265 // Notification thread_can_start;
1279 UserThreadFunc func, T param, Notification* thread_can_start)
1310 Notification* const thread_can_start_;