Home
last modified time | relevance | path

Searched refs:bench_nthread (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dbench_release_only.cpp19 x = (int*)malloc(bench_nthread * kStride * sizeof(x[0])); in bench()
20 for (int i = 0; i < bench_nthread; i++) in bench()
22 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_local_mutex.cpp20 mtx = (pthread_mutex_t*)malloc(bench_nthread * kStride * sizeof(*mtx)); in bench()
21 for (int i = 0; i < bench_nthread; i++) { in bench()
26 start_thread_group(bench_nthread, thread); in bench()
H A Dbench.h4 int bench_nthread; variable
12 bench_nthread = 2; in main()
14 bench_nthread = atoi(argv[1]); in main()
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_threads.cpp40 start_thread_group(bench_nthread, thread); in bench()
H A Dbench_memory_access.cpp104 start_thread_group(bench_nthread, thread); in bench()