Home
last modified time | relevance | path

Searched refs:mutexs (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()
803 LOCK(env->mutexs.MutexIO); in ChildMain()
805 UNLOCK(env->mutexs.MutexIO); in ChildMain()
818 LOCK(env->mutexs.MutexACTION); in ChildMain()
842 UNLOCK(env->mutexs.MutexACTION); in ChildMain()
856 LOCK(env->mutexs.MutexIO); in ChildMain()
858 UNLOCK(env->mutexs.MutexIO); in ChildMain()
[all …]
Dmain.c162 if ((test->env->mutexs.MutexACTION = in init_data()
169 if ((test->env->mutexs.MutexIO = in init_data()
178 mutexs_t mutexs = in init_data() local
180 test->env->mutexs = mutexs; in init_data()
Dmain.h239 typedef struct mutexs { struct
267 mutexs_t mutexs; member