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

/external/compiler-rt/lib/BlocksRuntime/
H A Druntime.c145 static int latching_decr_int(int *where) { function
431 else if ((latching_decr_int(&shared_struct->flags) & BLOCK_REFCOUNT_MASK) == 0) {
463 newCount = latching_decr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK;

Completed in 900 milliseconds