Home
last modified time | relevance | path

Searched refs:MutexIO (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dmain.h242 HANDLE MutexIO; /* mutex for the IO to the device */ member
245 pthread_mutex_t MutexIO; /* mutex for the IO to the device */
Dchildmain.c803 LOCK(env->mutexs.MutexIO); in ChildMain()
805 UNLOCK(env->mutexs.MutexIO); in ChildMain()
856 LOCK(env->mutexs.MutexIO); in ChildMain()
858 UNLOCK(env->mutexs.MutexIO); in ChildMain()
Dmain.c169 if ((test->env->mutexs.MutexIO = in init_data()