Searched refs:cancelled (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c422 boolean_t cancelled; local
425 cancelled = thread_call_cancel(shared_region->sr_timer_call);
426 if (cancelled) {
429 /* release the reference held by the cancelled timer */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c190 static void aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled,
435 aio_entry_update_for_cancel(aio_workq_entry *entryp, boolean_t cancelled, int wait_for_completion, boolean_t disable_notification) argument
439 if (cancelled) {
459 /* Can only be cancelled if it's still on a work queue */
499 * NULL then only one specific IO is cancelled (if possible). If uap->aiocbp
501 * descriptor are cancelled (if possible).
599 * be cancelled so we must wait for them to complete. We will get a special
841 * for cancelled or active aio requests that complete.
865 * for cancelled or active aio requests that complete. This routine MAY block!
893 * on the active async IO queue. Active requests cannot be cancelled s
[all...]
H A Dkern_event.c788 boolean_t cancelled; local
792 cancelled = thread_call_cancel(callout);
793 if (cancelled) {

Completed in 32 milliseconds