Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libc/
D__cxa_thread_atexit_impl.cpp30 void* dso_handle; member
37 void* dso_handle = wrapped_arg->dso_handle; in WrappedFn() local
48 extern "C" int __cxa_thread_atexit_impl(void (*func)(void*), void* arg, void* dso_handle) { in __cxa_thread_atexit_impl() argument