Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc295 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace()
312 check_points.n1.WaitForNotification(); in TEST()
319 check_points.n3.WaitForNotification(); in TEST()
503 notifications->spawn_thread_ok_to_terminate.WaitForNotification(); in ThreadRoutine()
515 notifications_.spawn_thread_started.WaitForNotification(); in SetUp()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1620 void WaitForNotification() {
1680 void WaitForNotification();
1755 thread_can_start_->WaitForNotification();
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc248 void Notification::WaitForNotification() { in WaitForNotification() function in testing::internal::Notification
418 param->thread_can_start_->WaitForNotification(); in ThreadMain()