Home
last modified time | relevance | path

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

/third_party/grpc/test/core/gpr/
Dspinlock_test.cc77 static void test_wait(struct test* m) { in test_wait() function
107 test_wait(m); in test()
Dsync_test.cc204 static void test_wait(struct test* m) { in test_wait() function
264 test_wait(m); in test()
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_stress_test.sh114 test_wait
Dftrace_lib.sh175 test_wait() function
/third_party/python/Lib/test/
Dfork_wait.py50 def test_wait(self): member in ForkWait
D_test_eintr.py96 def test_wait(self): member in OSEINTRTest
Dtest_regrtest.py65 def test_wait(self): member in ParseArgsTestCase
857 def test_wait(self): member in ArgsTestCase
D_test_multiprocessing.py4711 def test_wait(self, slow=False): member in TestWait
4787 self.test_wait(True)
Dtest_subprocess.py1206 def test_wait(self): member in ProcessTestCase
/third_party/python/Lib/test/test_asyncio/
Dtest_locks.py308 async def test_wait(self): member in EventTests
402 async def test_wait(self): member in ConditionTests
Dtest_tasks.py1272 def test_wait(self): member in BaseTaskTests