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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c461 int32_t newCount; local
463 newCount = latching_decr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK;
464 if (newCount > 0) return;

Completed in 60 milliseconds