Home
last modified time | relevance | path

Searched refs:RunInParallel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dtools_sanity_unittest.cc288 void RunInParallel(PlatformThread::Delegate *d1, PlatformThread::Delegate *d2) { in RunInParallel() function
301 RunInParallel(&thread1, &thread2); in DataRace()
323 RunInParallel(&thread1, &thread2); in TEST()
331 RunInParallel(&thread1, &thread2); in TEST()
/aosp_15_r20/external/cronet/base/
H A Dtools_sanity_unittest.cc328 void RunInParallel(PlatformThread::Delegate *d1, PlatformThread::Delegate *d2) { in RunInParallel() function
341 RunInParallel(&thread1, &thread2); in DataRace()
364 RunInParallel(&thread1, &thread2); in TEST()
372 RunInParallel(&thread1, &thread2); in TEST()
/aosp_15_r20/external/angle/src/tests/
H A Dcapture_replay_tests.py467 def RunInParallel(f, lst, max_workers, stop_event): function
559 for (future, tests) in RunInParallel(_RunCapture, test_batches, worker_count, stop_event):
599 for (future, test) in RunInParallel(_RunReplay, replay_tests, worker_count, stop_event):