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

  /src/lib/libc/include/
atexit.h 40 extern __dso_hidden bool __cxa_thread_atexit_used;
  /src/lib/libc/stdlib/
exit.c 58 if (__cxa_thread_atexit_used)
cxa_thread_atexit.c 38 __dso_hidden bool __cxa_thread_atexit_used; variable in typeref:typename:__dso_hidden bool
76 __cxa_thread_atexit_used = true;

Completed in 14 milliseconds