Searched refs:dso_handle (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | __cxa_thread_atexit_impl.cpp | 24 void *dso_handle; // unused... member in thread_local_dtor 28 extern "C" int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) { in __cxa_thread_atexit_impl() argument 33 dtor->dso_handle = dso_handle; in __cxa_thread_atexit_impl()
|
D | pthread_atfork.cpp | 43 void* dso_handle; member 163 entry->dso_handle = dso; in __register_atfork() 177 return entry->dso_handle == dso; in __unregister_atfork()
|
/bionic/libc/stdlib/ |
D | exit.c | 46 extern void __cxa_finalize(void* dso_handle);
|
/bionic/libc/arch-arm/bionic/ |
D | __aeabi.c | 54 __aeabi_atexit_impl(void *object, void (*destructor) (void *), void *dso_handle) { in __aeabi_atexit_impl() argument 55 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit_impl() 59 __aeabi_atexit_impl2(void *object, void (*destructor) (void *), void *dso_handle) { in __aeabi_atexit_impl2() argument 60 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit_impl2()
|
/bionic/tests/ |
D | __cxa_thread_atexit_test.cpp | 92 extern "C" int __cxa_thread_atexit_impl(void (*fn)(void*), void* arg, void* dso_handle);
|