Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/training/
Dcoordinator_test.cc32 void WaitForStopThread(Coordinator* coord, Notification* about_to_wait, in WaitForStopThread() argument
34 about_to_wait->Notify(); in WaitForStopThread()
43 Notification about_to_wait; in TEST() local
46 std::bind(&WaitForStopThread, &coord, &about_to_wait, &done)); in TEST()
47 about_to_wait.WaitForNotification(); in TEST()