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.cc16 x = (int*)malloc(bench_nthread * kStride * sizeof(x[0])); in bench()
17 for (int i = 0; i < bench_nthread; i++) in bench()
19 start_thread_group(bench_nthread, thread); in bench()
Dbench_local_mutex.cc17 mtx = (pthread_mutex_t*)malloc(bench_nthread * kStride * sizeof(*mtx)); in bench()
18 for (int i = 0; i < bench_nthread; i++) { in bench()
23 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.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()