HomeSort by: relevance | last modified time | path
    Searched defs:Notification (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1162 // Notification has already been imported into the namespace.
1172 class Notification {
1174 Notification() : notified_(false) {
1177 ~Notification() {
1181 // Notifies all threads created with this notification to start. Must
1206 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1248 class GTEST_API_ Notification {
1250 Notification();
1257 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1292 // Notification thread_can_start
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 323 Notification::Notification()
331 void Notification::Notify() {
335 void Notification::WaitForNotification() {
468 Notification* thread_can_start) {
488 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
494 Notification* thread_can_start_;
515 Notification* thread_can_start)

Completed in 27 milliseconds