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

  /external/ltp/testcases/kernel/io/disktest/
childmain.c 699 LOCK(env->mutexs.MutexACTION);
701 UNLOCK(env->mutexs.MutexACTION);
778 LOCK(env->mutexs.MutexACTION);
782 UNLOCK(env->mutexs.MutexACTION);
818 LOCK(env->mutexs.MutexACTION);
842 UNLOCK(env->mutexs.MutexACTION);
885 LOCK(env->mutexs.MutexACTION);
889 UNLOCK(env->mutexs.MutexACTION);
995 LOCK(env->mutexs.MutexACTION);
999 UNLOCK(env->mutexs.MutexACTION);
    [all...]
main.h 241 HANDLE MutexACTION; /* mutex for the entire target device */
244 pthread_mutex_t MutexACTION; /* mutex for the entire target device */
main.c 162 if ((test->env->mutexs.MutexACTION =

Completed in 39 milliseconds