Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dport_test.cc54 result = WaitForMilliseconds(&l, &cv, 3000); in TEST()
74 EXPECT_EQ(WaitForMilliseconds(&l, &cv, 3000), kCond_MaybeNotified); in TEST()
Dmutex.h49 ConditionResult WaitForMilliseconds(mutex_lock* mu, condition_variable* cv,
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.h160 friend ConditionResult WaitForMilliseconds(mutex_lock* mu,
168 inline ConditionResult WaitForMilliseconds(mutex_lock* mu, in WaitForMilliseconds() function
/external/tensorflow/tensorflow/stream_executor/platform/default/
Dmutex.h28 using tensorflow::WaitForMilliseconds;
/external/tensorflow/tensorflow/core/common_runtime/
Dallocator_retry.cc48 WaitForMilliseconds(&l, &memory_returned_, in AllocateRaw()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h495 WaitForMilliseconds(&l, &schedulable_batch_cv_, kTimeoutMillis); in ThreadLogic()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc96 WaitForMilliseconds(&l, &shutdown_cv_, kTimeoutMilliseconds); in GC()