Searched refs:nthreads (Results 1 - 5 of 5) sorted by relevance

/libmicro/
H A Dcascade_fcntl.c38 * The number of threads (nthreads) is specified by the generic libMicro -P/-T
39 * options. With nthreads == 1 (the default) the uncontended case can be timed.
61 static int nthreads; variable
109 nthreads = lm_optP * lm_optT;
110 nlocks = nthreads * 2;
175 if (us < nthreads - 1) {
H A Dcascade_flock.c38 * The number of threads (nthreads) is specified by the generic libMicro -P/-T
39 * options. With nthreads == 1 (the default) the uncontended case can be timed.
66 static int nthreads; variable
115 nthreads = lm_optP * lm_optT;
116 nfiles = nthreads * 2;
171 if (us < nthreads - 1) {
H A Dcascade_lockf.c38 * The number of threads (nthreads) is specified by the generic libMicro -P/-T
39 * options. With nthreads == 1 (the default) the uncontended case can be timed.
61 static int nthreads; variable
110 nthreads = lm_optP * lm_optT;
111 nfiles = nthreads * 2;
166 if (us < nthreads - 1) {
H A Dcascade_mutex.c38 * The number of threads (nthreads) is specified by the generic libMicro -P/-T
39 * options. With nthreads == 1 (the default) the uncontended case can be timed.
62 static int nthreads; variable
109 nthreads = lm_optP * lm_optT;
110 nlocks = nthreads * 2;
170 if (us < nthreads - 1) {
H A Dcascade_cond.c38 * The number of threads (nthreads) is specified by the generic libMicro -P/-T
39 * options. With nthreads == 1 (the default) the uncontended case can be timed.
62 static int nthreads; variable
117 nthreads = lm_optP * lm_optT;
118 nlocks = nthreads * 2;
221 if (us < nthreads - 1) {

Completed in 7 milliseconds