HomeSort by: relevance | last modified time | path
    Searched defs:__cxa_thread_atexit_impl (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
cxa_thread_atexit.c 68 __weak_alias(__cxa_thread_atexit, __cxa_thread_atexit_impl)
69 int __cxa_thread_atexit_impl(void (*)(void *), void *, void *);
72 __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, void *dso_symbol) function in typeref:typename:int
cxa_thread_atexit.c 68 __weak_alias(__cxa_thread_atexit, __cxa_thread_atexit_impl)
69 int __cxa_thread_atexit_impl(void (*)(void *), void *, void *);
72 __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, void *dso_symbol) function in typeref:typename:int
cxa_thread_atexit.c 68 __weak_alias(__cxa_thread_atexit, __cxa_thread_atexit_impl)
69 int __cxa_thread_atexit_impl(void (*)(void *), void *, void *);
72 __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, void *dso_symbol) function in typeref:typename:int

Completed in 36 milliseconds