Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Dbench_release_only.cc19 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()
Dbench_local_mutex.cc20 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()
Dbench.h8 int bench_nthread; variable
18 bench_nthread = 2; in main()
20 bench_nthread = atoi(argv[1]); in main()
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()