Searched refs:WaitForMilliseconds (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | port_test.cc | 54 result = WaitForMilliseconds(&l, &cv, 3000); in TEST() 74 EXPECT_EQ(WaitForMilliseconds(&l, &cv, 3000), kCond_MaybeNotified); in TEST()
|
D | mutex.h | 49 ConditionResult WaitForMilliseconds(mutex_lock* mu, condition_variable* cv,
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | mutex.h | 160 friend ConditionResult WaitForMilliseconds(mutex_lock* mu, 168 inline ConditionResult WaitForMilliseconds(mutex_lock* mu, in WaitForMilliseconds() function
|
/external/tensorflow/tensorflow/stream_executor/platform/default/ |
D | mutex.h | 28 using tensorflow::WaitForMilliseconds;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | allocator_retry.cc | 48 WaitForMilliseconds(&l, &memory_returned_, in AllocateRaw()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | shared_batch_scheduler.h | 495 WaitForMilliseconds(&l, &schedulable_batch_cv_, kTimeoutMillis); in ThreadLogic()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master.cc | 96 WaitForMilliseconds(&l, &shutdown_cv_, kTimeoutMilliseconds); in GC()
|