OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:latching_incr_int
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/BlocksRuntime/
runtime.c
116
static int
latching_incr_int
(int *where) {
function
297
latching_incr_int
(&aBlock->flags);
302
if (wantsOne && ((
latching_incr_int
(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) {
407
latching_incr_int
(&src->forwarding->flags);
Completed in 55 milliseconds