Home
last modified time | relevance | path

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

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