Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_thrd.h138 #define __ghs_weak_sym_check(_fn) ((void*)_fn != (void*)__ghs_undefined_func) macro
140 #define __ghs_weak_sym_check(_fn) (_fn) macro
185 if (__ghs_weak_sym_check(__ghs_InterruptLock)) \
191 if (__ghs_weak_sym_check(__ghs_InterruptUnlock)) \
Dind_exit.c146 if(__ghs_weak_sym_check(__cpp_exception_cleanup))