Searched refs:test_pool (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | _test_venv_multiprocessing.py | 33 test_pool = multiprocessing.Process(target=test_func) 34 test_pool.start() 35 test_pool.join() 36 sys.exit(test_pool.exitcode)
|
D | _test_multiprocessing.py | 5680 def test_pool(self): member in TestSyncManagerTypes
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/ |
H A D | run_handler_test.cc | 56 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 D | run_handler_test.cc | 54 thread::ThreadPool test_pool(Env::Default(), "test", num_handlers); in TEST() local 56 test_pool.Schedule([&counter, &barrier, &pool, i, num_threads]() { in TEST()
|