Searched refs:start_thread_group (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | bench.h | 9 void start_thread_group(int nth, void(*f)(int tid)); 33 void start_thread_group(int nth, void(*f)(int tid)) { in start_thread_group() function
|
| H A D | bench_acquire_release.cpp | 17 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_acquire_only.cpp | 18 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_single_writer.cpp | 22 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_rwmutex.cpp | 24 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_malloc.cpp | 20 void bench() { start_thread_group(bench_nthread, thread); } in bench()
|
| H A D | bench_mutex.cpp | 27 start_thread_group(2, thread); in bench()
|
| H A D | bench_ten_mutexes.cpp | 25 start_thread_group(2, thread); in bench()
|
| H A D | bench_release_only.cpp | 22 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_local_mutex.cpp | 26 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_threads.cpp | 40 start_thread_group(bench_nthread, thread); in bench()
|
| H A D | bench_memory_access.cpp | 104 start_thread_group(bench_nthread, thread); in bench()
|