Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gpr/
Dspinlock_test.cc79 static void test_wait(struct test* m) { in test_wait() function
106 test_wait(m); in test()
Dsync_test.cc206 static void test_wait(struct test* m) { in test_wait() function
266 test_wait(m); in test()
/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_stress_test.sh114 test_wait
Dftrace_lib.sh174 test_wait() function
/external/rust/android-crates-io/crates/nix/test/sys/
Dmod.rs42 mod test_wait; module
/external/python/cpython3/Lib/test/
Dfork_wait.py51 def test_wait(self): member in ForkWait
D_test_eintr.py106 def test_wait(self): member in OSEINTRTest
Dtest_regrtest.py94 def test_wait(self): member in ParseArgsTestCase
1143 def test_wait(self): member in ArgsTestCase
D_test_multiprocessing.py5197 def test_wait(self, slow=False): member in TestWait
5273 self.test_wait(True)
Dtest_subprocess.py1283 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/rust/android-crates-io/crates/shared_child/src/
Dlib.rs327 fn test_wait() { in test_wait() function
/external/pytorch/test/
Dtest_futures.py101 def test_wait(self) -> None: member in TestFuture
/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/federated-compute/fcp/demo/
Daggregations_test.py334 async def test_wait(self): member in AggregationsTest
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py301 async def test_wait(self): member in EventTests
395 async def test_wait(self): member in ConditionTests
Dtest_tasks.py1134 def test_wait(self): member in BaseTaskTests
/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs101 fn test_wait() { in test_wait() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td489 !strconcat("mbarrier.test_wait", AddrSpace, ".b64 $res, [$addr], $state;"),
493 !strconcat("mbarrier.test_wait", AddrSpace, ".b64 $res, [$addr], $state;"),
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a1.rst5015 Fix test_timeout() of test_concurrent_futures.test_wait. Remove the future