Home
last modified time | relevance | path

Searched refs:WaitForNotificationWithTimeout (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Dnotification.h60 friend bool WaitForNotificationWithTimeout(Notification* n,
62 bool WaitForNotificationWithTimeout(int64 timeout_in_us) { in WaitForNotificationWithTimeout() function
80 inline bool WaitForNotificationWithTimeout(Notification* n, in WaitForNotificationWithTimeout() function
82 return n->WaitForNotificationWithTimeout(timeout_in_us); in WaitForNotificationWithTimeout()
/external/tensorflow/tensorflow/core/lib/core/
Dnotification_test.cc84 EXPECT_TRUE(WaitForNotificationWithTimeout(&n, 1000 * 1000)); in TEST()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification()
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc132 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv()
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.cc243 while (!WaitForNotificationWithTimeout(&stop_pruning_thread_, 1000000)) { in Prune()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc336 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); in ShutdownSession()
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc204 WaitForNotificationWithTimeout(done.get(), timeout_in_ms * 1000); in ExecuteWithTimeout()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1710 WaitForNotificationWithTimeout(notification, timeout_in_us); in WaitForNotification()