Searched refs:lastAction (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | main.c | 78 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()
|
D | childmain.c | 239 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()
|
D | main.h | 264 action_t lastAction; /* when interleaving tests, tells the threads whcih action was last */ member
|
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 308 _Unwind_Action lastAction = in unwind_phase2_forced() local 310 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | UnwindLevel1.c | 330 _Unwind_Action lastAction = in unwind_phase2_forced() local 332 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
D | Unwind-seh.cpp | 331 _Unwind_Action lastAction = in unwind_phase2_forced() local 333 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|