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 740 pthread_mutex_lock(&td->io_u_lock);
751 pthread_mutex_unlock(&td->io_u_lock);
    [all...]
fio.h 270 pthread_mutex_t io_u_lock; member in struct:thread_data
747 pthread_mutex_lock(&td->io_u_lock);
753 pthread_mutex_unlock(&td->io_u_lock);
backend.c     [all...]
io_u.c 1488 assert(!pthread_cond_wait(&td->free_cond, &td->io_u_lock));
    [all...]

Completed in 672 milliseconds