gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:WEAK_NAME (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/thread_private.h - 7.1KB - 183 lines
35: #define WEAK_NAME(name)         __CONCAT(_weak_,name)
36: #define WEAK_ALIAS(name)        __weak_alias(name, WEAK_NAME(name))
37: #ifdef __GNUC__
38: #define WEAK_PROTOTYPE(name)    __typeof__(name) WEAK_NAME(name)
39: #else