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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dkern_return.h264 #define KERN_LOCK_SET_DESTROYED 38 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsync_lock.c209 * - These threads will return with the KERN_LOCK_SET_DESTROYED error.
226 return KERN_LOCK_SET_DESTROYED;
239 * Blocked threads will return with KERN_LOCK_SET_DESTROYED.
307 return KERN_LOCK_SET_DESTROYED;
403 return KERN_LOCK_SET_DESTROYED;
455 return KERN_LOCK_SET_DESTROYED;
491 return KERN_LOCK_SET_DESTROYED;
526 return KERN_LOCK_SET_DESTROYED;
610 return KERN_LOCK_SET_DESTROYED;
737 return KERN_LOCK_SET_DESTROYED;
[all...]

Completed in 24 milliseconds