Home
last modified time | relevance | path

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

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