Searched refs:cancel_ok (Results 1 – 1 of 1) sorted by relevance
149 bool cancel_ok; member1211 if (jq->job_params.cancelled && !jq->cancel_ok) { in _job_thread()1268 if (!jq->cancel_ok) { in _job_thread()1896 jq->cancel_ok = true; // assume cancel is ok in wprintStartJob()2107 jq->cancel_ok = true; in wprintCancelJob()2114 jq->cancel_ok = ((jq->status_ifc->cancel)(jq->status_ifc, in wprintCancelJob()2116 if ((jq->cancel_ok == true) && (errno != OK)) { in wprintCancelJob()2121 if (!jq->cancel_ok) { in wprintCancelJob()2130 errno = (jq->cancel_ok ? OK : ENOTSUP); in wprintCancelJob()2136 errno = (jq->cancel_ok ? OK : ENOTSUP); in wprintCancelJob()