Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1195 void WaitForNotification() {
1256 void WaitForNotification();
1330 if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification();
/llvm-project-15.0.7/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()