Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/wrappers/
H A Dremove-counter.c30 static int64_t __remove_counter = 0; variable
32 static int32_t __remove_counter = 0; variable
39 return __remove_counter; in __get_remove_counter()
41 return __sync_add_and_fetch(&__remove_counter, 0); in __get_remove_counter()
49 __remove_counter++; in __inc_remove_counter()
51 __sync_add_and_fetch(&__remove_counter, 1); in __inc_remove_counter()