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

/netbsd-6-1-5-RELEASE/tests/fs/puffs/
H A Dt_fuzz.c168 static pthread_mutex_t damtx; variable
180 pthread_mutex_lock(&damtx);
183 pthread_cond_wait(&dacv, &damtx);
186 pthread_mutex_unlock(&damtx);
191 pthread_mutex_lock(&damtx);
196 pthread_mutex_lock(&damtx);
203 pthread_mutex_lock(&damtx);
224 pthread_mutex_init(&damtx, NULL);
237 pthread_mutex_lock(&damtx);
240 pthread_mutex_unlock(&damtx);
[all...]

Completed in 98 milliseconds