Searched refs:lm_optP (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcascade_mutex.c109 nthreads = lm_optP * lm_optT;
122 if (lm_optP > 1 || opts) {
168 them = (us + 1) % (lm_optP * lm_optT);
H A Dcascade_cond.c117 nthreads = lm_optP * lm_optT;
151 if (lm_optP > 1 || opts) {
219 them = (us + 1) % (lm_optP * lm_optT);
H A Dcascade_fcntl.c109 nthreads = lm_optP * lm_optT;
173 them = (us + 1) % (lm_optP * lm_optT);
H A Dcascade_flock.c115 nthreads = lm_optP * lm_optT;
169 them = (us + 1) % (lm_optP * lm_optT);
H A Dcascade_lockf.c110 nthreads = lm_optP * lm_optT;
164 them = (us + 1) % (lm_optP * lm_optT);
H A Dexit.c81 b = barrier_create(lm_optP * lm_optT * (lm_optB + 1), 0);
H A Dfork.c62 b = barrier_create(lm_optP * lm_optT * (lm_optB + 1), 0);
H A Dlibmicro.c133 int lm_optP; variable
236 lm_optP = lm_defP;
313 lm_optP = sizetoint(optarg);
342 if (lm_opt1 && lm_optP > 1) {
343 lm_optP = 1;
374 pids = (pid_t *)malloc(lm_optP * sizeof (pid_t));
396 tsdseg = (void *)mmap(NULL, lm_optT * lm_optP * tsdsize + 8192,
404 b = barrier_create(lm_optT * lm_optP, DATASIZE);
428 for (i = 0; i < lm_optP; i++) {
447 for (i = 0; i < lm_optP;
[all...]
H A Dlibmicro.h162 extern int lm_optP;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c189 state->parallel = lm_optP;

Completed in 28 milliseconds