Searched refs:nlocks (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dcascade_cond.c70 static int nlocks; variable
118 nlocks = nthreads * 2;
121 nlocks * sizeof (pthread_mutex_t),
131 nlocks * sizeof (pthread_cond_t),
141 nlocks * sizeof (pthread_cond_t),
163 for (i = 0; i < nlocks; i++) {
H A Dcascade_mutex.c69 static int nlocks; variable
110 nlocks = nthreads * 2;
113 nlocks * sizeof (pthread_mutex_t),
130 for (i = 0; i < nlocks; i++) {
H A Dcascade_fcntl.c71 static int nlocks; variable
110 nlocks = nthreads * 2;
123 if (ftruncate(file, nlocks * 3) == -1) {

Completed in 34 milliseconds