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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp56 void OSEnqueueAtomic(void * volatile * inList, void * inNewLink, SInt32 inOffset) function
113 OSEnqueueAtomic((void **)&changes, (void *)new_one, 0);
139 OSEnqueueAtomic((void **)&changes, (void *)new_one, 0);
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DOSAtomic.h307 /*! @function OSEnqueueAtomic
309 @discussion The OSEnqueueAtomic function places an element at 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.
316 extern void OSEnqueueAtomic(void * volatile * listHead, void * element,
/macosx-10.5.8/xnu-1228.15.4/libkern/gen/
H A DOSAtomicOperations.c52 * OSEnqueueAtomic etc -- in assembler, either for speed or correctness. See also the
89 void OSEnqueueAtomic(void * volatile * inList, void * inNewLink, SInt32 inOffset) function

Completed in 63 milliseconds