Searched refs:start_thread_group (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | bench.h | 14 void start_thread_group(int nth, void(*f)(int tid)); 30 start_thread_group(clock_size, grow_clock_worker); in main() 46 void start_thread_group(int nth, void(*f)(int tid)) { in start_thread_group() function
|
D | bench_acquire_release.cc | 17 start_thread_group(bench_nthread, thread); in bench()
|
D | bench_acquire_only.cc | 18 start_thread_group(bench_nthread, thread); in bench()
|
D | bench_single_writer.cc | 22 start_thread_group(bench_nthread, thread); in bench()
|
D | bench_rwmutex.cc | 24 start_thread_group(bench_nthread, thread); in bench()
|
D | bench_mutex.cc | 27 start_thread_group(2, thread); in bench()
|
D | bench_ten_mutexes.cc | 25 start_thread_group(2, thread); in bench()
|
D | bench_release_only.cc | 22 start_thread_group(bench_nthread, thread); in bench()
|
D | bench_local_mutex.cc | 26 start_thread_group(bench_nthread, thread); in bench()
|