Home
last modified time | relevance | path

Searched refs:test_threading (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc208 static void test_threading(size_t producers, size_t consumers) { in test_threading() function
294 test_threading(1, 1); in main()
295 test_threading(1, 10); in main()
296 test_threading(10, 1); in main()
297 test_threading(10, 10); in main()
/external/grpc-grpc/test/core/iomgr/
Dev_epollsig_linux_test.cc256 static void test_threading(void) { in test_threading() function
307 test_threading(); in main()
/external/python/pybind11/tests/
Dtest_iostream.py221 def test_threading(): function
/external/python/cpython2/Lib/test/
Dtest_decimal.py1242 def test_threading(self): member in DecimalUseOfContextTest
/external/python/cpython3/Lib/test/
Dtest_decimal.py1590 def test_threading(self): member in ThreadingTest
/external/python/cpython3/Misc/
DHISTORY10429 - Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
17528 - test_threading now skips testing alternate thread stack sizes on
/external/python/cpython2/Misc/
DHISTORY144 - test_threading now skips testing alternate thread stack sizes on