Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_view.h60 bool SafeDecrementRef() { return (--ref_count_ == 0); } in SafeDecrementRef() function
Dcrazy_linker_library_list.cpp185 if (!wrap->SafeDecrementRef()) in UnloadLibrary()