Home
last modified time | relevance | path

Searched refs:start_thread_group (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/test/tsan/
Dbench.h14 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
Dbench_acquire_release.cc17 start_thread_group(bench_nthread, thread); in bench()
Dbench_acquire_only.cc18 start_thread_group(bench_nthread, thread); in bench()
Dbench_single_writer.cc22 start_thread_group(bench_nthread, thread); in bench()
Dbench_rwmutex.cc24 start_thread_group(bench_nthread, thread); in bench()
Dbench_mutex.cc27 start_thread_group(2, thread); in bench()
Dbench_ten_mutexes.cc25 start_thread_group(2, thread); in bench()
Dbench_release_only.cc22 start_thread_group(bench_nthread, thread); in bench()
Dbench_local_mutex.cc26 start_thread_group(bench_nthread, thread); in bench()