Home | History | Annotate | Download | only in internal

Lines Matching defs:Notification

1206 class Notification {
1208 Notification() : notified_(false) {
1211 ~Notification() {
1215 // Notifies all threads created with this notification to start. Must
1240 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1269 // Notification thread_can_start;
1283 UserThreadFunc func, T param, Notification* thread_can_start)
1314 Notification* const thread_can_start_;