Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/BlocksRuntime/
H A Druntime.c461 int32_t newCount; in _Block_release() local
463 newCount = latching_decr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK; in _Block_release()
464 if (newCount > 0) return; in _Block_release()