Home
last modified time | relevance | path

Searched defs:wait_for (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/
Dwebstore_test.py175 def wait_for(self, xpath): member in webstore_test
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.h147 std::cv_status wait_for(mutex_lock& lock, in wait_for() function
/external/tensorflow/tensorflow/core/graph/
Dcollective_order.cc161 absl::flat_hash_map<Node*, absl::flat_hash_set<int32>> wait_for; in InsertControlDependencies() local
/external/tensorflow/tensorflow/cc/training/
Dqueue_runner.cc96 Status QueueRunner::Start(Session* sess, int wait_for) { in Start()
/external/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c86 void wait_for(pid_t child) { in wait_for() function
/external/u-boot/test/py/
Du_boot_console_base.py253 def wait_for(self, text): member in ConsoleBase
/external/toybox/toys/pending/
Dfsck.c250 static int wait_for(int for_all) in wait_for() function
/external/python/cpython3/Lib/asyncio/
Dlocks.py372 async def wait_for(self, predicate): member in Condition
Dtasks.py371 async def wait_for(fut, timeout, *, loop=None): function
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py299 def wait_for(self, predicate, timeout=None): member in Condition
Dmanagers.py1043 def wait_for(self, predicate, timeout=None): member in ConditionProxy
/external/python/cpython3/Lib/
Dthreading.py312 def wait_for(self, predicate, timeout=None): member in Condition
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py381 async def wait_for(fut): function