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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp37 void * OSDequeueAtomic(void * volatile * inList, SInt32 inOffset) function
161 if((theNode = (PowerChangeEntry *)OSDequeueAtomic((void **)&changes, 0)))
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DOSAtomic.h319 /*! @function OSDequeueAtomic
321 @discussion The OSDequeueAtomic function removes an element from the head of a single linked list, which is specified with the address of a head pointer, listHead. The element structure has a next field whose offset is specified.
328 extern void * OSDequeueAtomic(void * volatile * listHead,
/macosx-10.5.8/xnu-1228.15.4/libkern/gen/
H A DOSAtomicOperations.c51 * We've since implemented a few more of these -- OSAddAtomic, OSDequeueAtomic,
71 void * OSDequeueAtomic(void * volatile * inList, SInt32 inOffset) function

Completed in 30 milliseconds