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

  /external/fio/
fio.h 214 pthread_mutex_t io_u_lock; member in struct:thread_data
620 pthread_mutex_lock(&td->io_u_lock);
626 pthread_mutex_unlock(&td->io_u_lock);
verify.c 652 pthread_mutex_lock(&td->io_u_lock);
663 pthread_mutex_unlock(&td->io_u_lock);
1173 pthread_mutex_lock(&td->io_u_lock);
1178 &td->io_u_lock);
1180 pthread_mutex_unlock(&td->io_u_lock);
1186 pthread_mutex_unlock(&td->io_u_lock);
1216 pthread_mutex_lock(&td->io_u_lock);
1218 pthread_mutex_unlock(&td->io_u_lock);
1271 pthread_mutex_lock(&td->io_u_lock);
1274 pthread_cond_wait(&td->free_cond, &td->io_u_lock);
    [all...]
backend.c 1330 pthread_mutex_init(&td->io_u_lock, NULL);
    [all...]
io_u.c 1328 pthread_cond_wait(&td->free_cond, &td->io_u_lock);
    [all...]

Completed in 38 milliseconds