Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dchildmain.c699 LOCK(env->mutexs.MutexACTION); in ChildMain()
701 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
778 LOCK(env->mutexs.MutexACTION); in ChildMain()
782 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
818 LOCK(env->mutexs.MutexACTION); in ChildMain()
842 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
885 LOCK(env->mutexs.MutexACTION); in ChildMain()
889 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
995 LOCK(env->mutexs.MutexACTION); in ChildMain()
999 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
[all …]
Dmain.h241 HANDLE MutexACTION; /* mutex for the entire target device */ member
244 pthread_mutex_t MutexACTION; /* mutex for the entire target device */
Dmain.c162 if ((test->env->mutexs.MutexACTION = in init_data()