Searched defs:io_u_lock (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dfio.h214 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);

Completed in 29 milliseconds