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

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

Completed in 286 milliseconds