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

  /external/ltp/testcases/kernel/io/disktest/
main.h 242 HANDLE MutexIO; /* mutex for the IO to the device */
245 pthread_mutex_t MutexIO; /* mutex for the IO to the device */
childmain.c 803 LOCK(env->mutexs.MutexIO);
805 UNLOCK(env->mutexs.MutexIO);
856 LOCK(env->mutexs.MutexIO);
858 UNLOCK(env->mutexs.MutexIO);
main.c 169 if ((test->env->mutexs.MutexIO =

Completed in 36 milliseconds