Searched refs:non_crt_len (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-pthread-mutex-locks.c | 90 int non_crt_len; member 101 int non_crt_len = p->non_crt_len; in worker() local 110 non_critical_section (non_crt_len); in worker() 119 do_one_test (int num_threads, int crt_len, int non_crt_len, long iters) in do_one_test() argument 134 p->non_crt_len = non_crt_len; in do_one_test() 154 do_bench_one (const char *name, int num_threads, int crt_len, int non_crt_len, in do_bench_one() argument 171 cur = do_one_test (num_threads, crt_len, non_crt_len, iters); in do_bench_one() 185 curs[i] = do_one_test (num_threads, crt_len, non_crt_len, iters); in do_bench_one() 215 non_crt_len, crt_len, num_threads); in do_bench_one() 269 int non_crt_len = non_crt_lens[k]; in do_bench() local [all …]
|