Searched refs:WaitForNotificationWithTimeout (Results 1 – 8 of 8) sorted by relevance
60 friend bool WaitForNotificationWithTimeout(Notification* n,62 bool WaitForNotificationWithTimeout(int64 timeout_in_us) { in WaitForNotificationWithTimeout() function80 inline bool WaitForNotificationWithTimeout(Notification* n, in WaitForNotificationWithTimeout() function82 return n->WaitForNotificationWithTimeout(timeout_in_us); in WaitForNotificationWithTimeout()
84 EXPECT_TRUE(WaitForNotificationWithTimeout(&n, 1000 * 1000)); in TEST()
34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification()
132 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv()
243 while (!WaitForNotificationWithTimeout(&stop_pruning_thread_, 1000000)) { in Prune()
336 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); in ShutdownSession()
204 WaitForNotificationWithTimeout(done.get(), timeout_in_ms * 1000); in ExecuteWithTimeout()
1710 WaitForNotificationWithTimeout(notification, timeout_in_us); in WaitForNotification()