Searched refs:KERN_LOCK_SET_DESTROYED (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dkern_return.h264 #define KERN_LOCK_SET_DESTROYED 38 macro
/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_lock.c215 * - These threads will return with the KERN_LOCK_SET_DESTROYED error.
232 return KERN_LOCK_SET_DESTROYED;
245 * Blocked threads will return with KERN_LOCK_SET_DESTROYED.
310 return KERN_LOCK_SET_DESTROYED;
406 return KERN_LOCK_SET_DESTROYED;
458 return KERN_LOCK_SET_DESTROYED;
494 return KERN_LOCK_SET_DESTROYED;
529 return KERN_LOCK_SET_DESTROYED;
603 return KERN_LOCK_SET_DESTROYED;
733 return KERN_LOCK_SET_DESTROYED;
[all...]

Completed in 27 milliseconds