HomeSort by relevance Sort by last modified time
    Searched refs:io_u_lock (Results 1 - 4 of 4) sorted by null

  /external/fio/
verify.c 664 pthread_mutex_lock(&td->io_u_lock);
672 pthread_mutex_unlock(&td->io_u_lock);
1185 pthread_mutex_lock(&td->io_u_lock);
1190 &td->io_u_lock);
1192 pthread_mutex_unlock(&td->io_u_lock);
1198 pthread_mutex_unlock(&td->io_u_lock);
1226 pthread_mutex_lock(&td->io_u_lock);
1228 pthread_mutex_unlock(&td->io_u_lock);
1281 pthread_mutex_lock(&td->io_u_lock);
1284 pthread_cond_wait(&td->free_cond, &td->io_u_lock);
    [all...]
fio.h 209 pthread_mutex_t io_u_lock; member in struct:thread_data
603 pthread_mutex_lock(&td->io_u_lock);
609 pthread_mutex_unlock(&td->io_u_lock);
backend.c 1290 pthread_mutex_init(&td->io_u_lock, NULL);
    [all...]
io_u.c 1330 pthread_cond_wait(&td->free_cond, &td->io_u_lock);
    [all...]

Completed in 51 milliseconds