Home
last modified time | relevance | path

Searched refs:lastAction (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dmain.c78 test->env->lastAction.oper = WRITER; in linear_read_write_test()
117 test->env->lastAction.oper = READER; in linear_read_write_test()
236 test->env->lastAction.oper = WRITER; in init_data()
239 test->env->lastAction.oper = READER; in init_data()
352 test->env->lastAction.oper = WRITER; in threadedMain()
356 test->env->lastAction.oper = READER; in threadedMain()
Dchildmain.c239 target.oper = env->lastAction.oper; in get_next_action()
261 (env->lastAction.oper == WRITER) ? READER : WRITER; in get_next_action()
275 (env->lastAction.trsiz != 0) && (target.oper == READER)) { in get_next_action()
276 target.trsiz = env->lastAction.trsiz; in get_next_action()
330 target.lba = env->lastAction.lba; in get_next_action()
473 env->lastAction = target; in get_next_action()
483 env->lastAction = target; in get_next_action()
Dmain.h264 action_t lastAction; /* when interleaving tests, tells the threads whcih action was last */ member
/external/libunwind_llvm/src/
DUnwind-sjlj.c267 _Unwind_Action lastAction = in unwind_phase2_forced() local
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
DUnwindLevel1.c329 _Unwind_Action lastAction = in unwind_phase2_forced() local
331 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()