Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/libclosure/
H A Druntime.cpp117 if (old_value & BLOCK_DEALLOCATING) { in latching_incr_int_not_deallocating()
147 if ((old_value & (BLOCK_REFCOUNT_MASK | BLOCK_DEALLOCATING)) == 2) { in latching_decr_int_should_deallocate()
322 result->flags &= ~(BLOCK_REFCOUNT_MASK | BLOCK_DEALLOCATING); // XXX not needed in _Block_copy()
449 return (aBlock->flags & BLOCK_DEALLOCATING) != 0; in _Block_isDeallocating()
/xnu-12377.1.9/libkern/libkern/
H A DBlock_private.h269 BLOCK_DEALLOCATING = (0x0001),// runtime enumerator