Home
last modified time | relevance | path

Searched refs:nvalue (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dlock_ptr.c170 hw_lck_ptr_t value, nvalue; in hw_lck_ptr_contended() local
213 nvalue = value; in hw_lck_ptr_contended()
214 nvalue.lck_ptr_locked = true; in hw_lck_ptr_contended()
215 if (nvalue.lck_ptr_mcs_tail == txn.txn_mcs_id) { in hw_lck_ptr_contended()
216 nvalue.lck_ptr_mcs_tail = 0; in hw_lck_ptr_contended()
218 } while (!os_atomic_cmpxchg(lck, value, nvalue, acquire)); in hw_lck_ptr_contended()
/xnu-11215/libkern/c++/
H A DOSSerializeBinary.cpp248 const OSMetaClassBase * nvalue = NULL; in binarySerializeInternal() local
254 dictValue = nvalue = (*editor)(editRef, this, dict, dictKey, dictValue); in binarySerializeInternal()
268 if (nvalue) { in binarySerializeInternal()
269 nvalue->release(); in binarySerializeInternal()