Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dbench.h9 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 Dbench_acquire_release.cpp17 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_acquire_only.cpp18 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_single_writer.cpp22 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_rwmutex.cpp24 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_malloc.cpp20 void bench() { start_thread_group(bench_nthread, thread); } in bench()
H A Dbench_mutex.cpp27 start_thread_group(2, thread); in bench()
H A Dbench_ten_mutexes.cpp25 start_thread_group(2, thread); in bench()
H A Dbench_release_only.cpp22 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_local_mutex.cpp26 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_threads.cpp40 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_memory_access.cpp104 start_thread_group(bench_nthread, thread); in bench()