HomeSort by: relevance | last modified time | path
    Searched defs:damtx (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/fs/puffs/
t_fuzz.c 168 static pthread_mutex_t damtx; variable in typeref:typename:pthread_mutex_t
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 13 milliseconds