Searched refs:cancel_ok (Results 1 – 1 of 1) sorted by relevance
149 bool cancel_ok; member1224 if (jq->job_params.cancelled && !jq->cancel_ok) { in _job_thread()1281 if (!jq->cancel_ok) { in _job_thread()1909 jq->cancel_ok = true; // assume cancel is ok in wprintStartJob()2111 jq->cancel_ok = true; in wprintCancelJob()2118 jq->cancel_ok = ((jq->status_ifc->cancel)(jq->status_ifc, in wprintCancelJob()2120 if ((jq->cancel_ok == true) && (errno != OK)) { in wprintCancelJob()2125 if (!jq->cancel_ok) { in wprintCancelJob()2134 errno = (jq->cancel_ok ? OK : ENOTSUP); in wprintCancelJob()2140 errno = (jq->cancel_ok ? OK : ENOTSUP); in wprintCancelJob()