Home
last modified time | relevance | path

Searched refs:WaitForNotification (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1191 void WaitForNotification() {
1252 void WaitForNotification();
1326 if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification();
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc335 void Notification::WaitForNotification() { in WaitForNotification() function in testing::internal::Notification
501 param->thread_can_start_->WaitForNotification(); in ThreadMain()