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.cc14 start_thread_group(bench_nthread, thread); in bench()
Dbench_acquire_only.cc15 start_thread_group(bench_nthread, thread); in bench()
Dbench_single_writer.cc19 start_thread_group(bench_nthread, thread); in bench()
Dbench_rwmutex.cc21 start_thread_group(bench_nthread, thread); in bench()
Dbench_mutex.cc24 start_thread_group(2, thread); in bench()
Dbench_ten_mutexes.cc22 start_thread_group(2, thread); in bench()
Dbench_release_only.cc19 start_thread_group(bench_nthread, thread); in bench()
Dbench_local_mutex.cc23 start_thread_group(bench_nthread, thread); in bench()