Searched refs:aBlock (Results 1 – 3 of 3) sorted by relevance
180 static void _Block_do_nothing(const void *aBlock) { } in _Block_do_nothing() argument286 struct Block_layout *aBlock; in _Block_copy_internal() local294 aBlock = (struct Block_layout *)arg; in _Block_copy_internal()295 if (aBlock->flags & BLOCK_NEEDS_FREE) { in _Block_copy_internal()297 latching_incr_int(&aBlock->flags); in _Block_copy_internal()298 return aBlock; in _Block_copy_internal()300 else if (aBlock->flags & BLOCK_IS_GC) { in _Block_copy_internal()302 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) { in _Block_copy_internal()304 _Block_setHasRefcount(aBlock, true); in _Block_copy_internal()306 return aBlock; in _Block_copy_internal()[all …]
44 BLOCK_EXPORT void *_Block_copy(const void *aBlock);47 BLOCK_EXPORT void _Block_release(const void *aBlock);
154 BLOCK_EXPORT void *_Block_copy_collectable(const void *aBlock);