OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:latching_decr_int
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/BlocksRuntime/
runtime.c
145
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 184 milliseconds