HomeSort by relevance Sort by last modified time
    Searched full:latching_incr_int (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 117 static int latching_incr_int(int *where) { function
298 latching_incr_int(&aBlock->flags);
303 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) {
408 latching_incr_int(&src->forwarding->flags);

Completed in 415 milliseconds