Home
last modified time | relevance | path

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

/external/grpc-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()
/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_stress_test.sh114 test_wait
Dftrace_lib.sh175 test_wait() function
/external/python/cpython2/Lib/test/
Dfork_wait.py61 def test_wait(self): member in ForkWait
Dtest_subprocess.py673 def test_wait(self): member in ProcessTestCase
/external/python/cpython3/Lib/test/
Dfork_wait.py58 def test_wait(self): member in ForkWait
Dtest_regrtest.py66 def test_wait(self): member in ParseArgsTestCase
840 def test_wait(self): member in ArgsTestCase
D_test_multiprocessing.py4480 def test_wait(self, slow=False): member in TestWait
4556 self.test_wait(True)
Dtest_subprocess.py1113 def test_wait(self): member in ProcessTestCase
/external/igt-gpu-tools/tests/i915/
Dgem_eio.c369 static void test_wait(int fd, unsigned int flags, unsigned int wait) in test_wait() function
892 test_wait(fd, 0, waits[i].wait);
895 test_wait(fd, TEST_WEDGE, waits[i].wait);
/external/autotest/server/cros/network/rf_switch/
Drf_switch_unittest.py193 def test_wait(self): member in RfSwitchTestCases
/external/igt-gpu-tools/tests/
Dprime_vgem.c457 static void test_wait(int i915, int vgem, unsigned ring, uint32_t flags) in test_wait() function
879 test_wait(i915, vgem, e->exec_id, e->flags);
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py96 def test_wait(self): member in OSEINTRTest
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py389 def test_wait(self): member in EventTests
507 def test_wait(self): member in ConditionTests
Dtest_tasks.py920 def test_wait(self): member in BaseTaskTests