Lines Matching refs:READER
83 case READER: /* if we want to read, and a write is in progress, we can't */ in action_in_use()
246 target.oper = READER; in get_next_action()
261 (env->lastAction.oper == WRITER) ? READER : WRITER; in get_next_action()
265 target.oper = (args->flags & CLD_FLG_W) ? WRITER : READER; in get_next_action()
275 (env->lastAction.trsiz != 0) && (target.oper == READER)) { in get_next_action()
298 } else if ((target.oper == READER) in get_next_action()
329 && (target.oper == READER)) { in get_next_action()
412 else if ((target.oper == READER) && blk_written) ; in get_next_action()
427 (target.oper == READER)) { in get_next_action()
439 } else if ((target.oper == READER) && (args->flags & CLD_FLG_CMPR) in get_next_action()
451 target.oper = READER; in get_next_action()
478 if (target.oper == READER) { in get_next_action()
850 if (target.oper == READER) { in ChildMain()
895 if ((target.oper == READER) && (args->flags & CLD_FLG_CMPR)) { in ChildMain()