Lines Matching defs:cleaned
304 /// Whether the subprocess state has been cleaned yet or not.
307 bool cleaned;
343 all_exec_handles(all_exec_handles_), cleaned(false)
350 if (!cleaned) {
377 // cleaned up the control directory. Otherwise, the rm_r call would
387 cleaned = true;
418 PRE(!_pimpl->cleaned);
420 POST(_pimpl->cleaned);
555 /// Whether the executor state has been cleaned yet or not.
558 bool cleaned;
568 cleaned(false)
575 if (!cleaned) {
579 cleaned = true;
590 PRE(!cleaned);
755 PRE(!_pimpl->cleaned);
757 _pimpl->cleaned = true;