Home | History | Annotate | Download | only in gtest

Lines Matching defs:Notification

2147 class Notification {
2149 Notification() : notified_(false) {}
2151 // Notifies all threads created with this notification to start. Must
2166 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2195 // Notification thread_can_start;
2209 UserThreadFunc func, T param, Notification* thread_can_start)
2240 Notification* const thread_can_start_;