Home
last modified time | relevance | path

Searched refs:test_pool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_venv_multiprocessing.py33 test_pool = multiprocessing.Process(target=test_func)
34 test_pool.start()
35 test_pool.join()
36 sys.exit(test_pool.exitcode)
D_test_multiprocessing.py5680 def test_pool(self): member in TestSyncManagerTypes
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler_test.cc56 tensorflow::thread::ThreadPool test_pool(tensorflow::Env::Default(), "test", in TEST() local
59 test_pool.Schedule([&counter, &barrier, &pool, i, num_threads]() { in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler_test.cc54 thread::ThreadPool test_pool(Env::Default(), "test", num_handlers); in TEST() local
56 test_pool.Schedule([&counter, &barrier, &pool, i, num_threads]() { in TEST()