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

/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dremove-counter.c27 static int64_t __remove_counter = 0; variable
29 static int32_t __remove_counter = 0; variable
34 return __sync_add_and_fetch(&__remove_counter, 0);
40 __sync_add_and_fetch(&__remove_counter, 1);

Completed in 17 milliseconds