Home
last modified time | relevance | path

Searched refs:__cpp_exception_cleanup (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_exit.c30 #pragma weak __cpp_exception_cleanup macro
31 extern void __cpp_exception_cleanup(void **);
68 #pragma weak __cpp_exception_cleanup macro
69 void __cpp_exception_cleanup(void **);
116 if (__cpp_exception_cleanup) { in _Exit()
119 __cpp_exception_cleanup(&pThread->crt.__eh_globals); in _Exit()
146 if(__ghs_weak_sym_check(__cpp_exception_cleanup))
Dind_thrd.c25 #pragma weak __cpp_exception_cleanup macro
26 extern void __cpp_exception_cleanup(void **);
434 __cpp_exception_cleanup_ptr = __cpp_exception_cleanup; in __ghs_cpp_exception_init()
451 if(__cpp_exception_cleanup) { in __ghs_cpp_exception_cleanup()
453 __cpp_exception_cleanup(eh_globals); in __ghs_cpp_exception_cleanup()
Dind_thrd.h285 #pragma weak __cpp_exception_cleanup macro
287 extern void __cpp_exception_cleanup(void **);