Home
last modified time | relevance | path

Searched defs:dso_handle (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp26 void *dso_handle; // unused... member in thread_local_dtor
35 int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) { in __cxa_thread_atexit_impl() argument
Dpthread_atfork.cpp43 void* dso_handle; member
/bionic/libc/arch-arm/bionic/
D__aeabi.c52 __aeabi_atexit_impl(void *object, void (*destructor) (void *), void *dso_handle) { in __aeabi_atexit_impl() argument
57 __aeabi_atexit_impl2(void *object, void (*destructor) (void *), void *dso_handle) { in __aeabi_atexit_impl2() argument
/bionic/linker/
Ddlfcn.cpp291 void __loader_add_thread_local_dtor(void* dso_handle) { in __loader_add_thread_local_dtor()
296 void __loader_remove_thread_local_dtor(void* dso_handle) { in __loader_remove_thread_local_dtor()
Dlinker.cpp1952 void increment_dso_handle_reference_counter(void* dso_handle) { in increment_dso_handle_reference_counter()
1974 void decrement_dso_handle_reference_counter(void* dso_handle) { in decrement_dso_handle_reference_counter()