]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/ppc/OSAtomic.s
xnu-792.tar.gz
[apple/xnu.git] / libkern / ppc / OSAtomic.s
index b0d4afb6f152ee3ac95acabd9af9515e93db9efc..f1834d9980a51a5d2d1b3562774b3f2049348174 100644 (file)
@@ -50,8 +50,14 @@ $0:
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 /*
-int OSCompareAndSwap( UInt32 oldVal, UInt32 newVal, UInt32 * addr )
-This is now an alias to hw_compare_and_store, see xnu/libkern/Makefile
+int     OSCompareAndSwap( UInt32 oldVal, UInt32 newVal, UInt32 * addr )
+    This is now an alias to hw_compare_and_store, see xnu/libkern/Makefile.
+
+void * OSDequeueAtomic(void ** inList, SInt32 inOffset)
+    This is also aliased, to hw_dequeue_atomic.
+    
+void   OSEnqueueAtomic(void ** inList, void * inNewLink, SInt32 inOffset)
+    This is aliased to hw_queue_atomic.
 */
 
 /*