Searched refs:cancel_ok (Results 1 – 1 of 1) sorted by relevance
149 bool cancel_ok; member1288 if (jq->job_params.cancelled && !jq->cancel_ok) { in _job_thread()1343 if (!jq->cancel_ok) { in _job_thread()1971 jq->cancel_ok = true; // assume cancel is ok in wprintStartJob()2182 jq->cancel_ok = true; in wprintCancelJob()2189 jq->cancel_ok = ((jq->status_ifc->cancel)(jq->status_ifc, in wprintCancelJob()2191 if ((jq->cancel_ok == true) && (errno != OK)) { in wprintCancelJob()2196 if (!jq->cancel_ok) { in wprintCancelJob()2205 errno = (jq->cancel_ok ? OK : ENOTSUP); in wprintCancelJob()2211 errno = (jq->cancel_ok ? OK : ENOTSUP); in wprintCancelJob()