Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_thrd.c421 void *eh_globals;
423 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals);
424 __cpp_exception_init(eh_globals);
431 void *eh_globals; in __ghs_cpp_exception_init() local
435 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals); in __ghs_cpp_exception_init()
436 __cpp_exception_init(eh_globals); in __ghs_cpp_exception_init()
450 void *eh_globals; in __ghs_cpp_exception_cleanup() local
452 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals); in __ghs_cpp_exception_cleanup()
453 __cpp_exception_cleanup(eh_globals); in __ghs_cpp_exception_cleanup()