Searched refs:__tcb_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libthr/arch/amd64/include/
H A Dpthread_md.h65 #define __tcb_type(name) __typeof(((struct tcb *)0)->name) macro
71 __tcb_type(name) __result; \
77 __result = (__tcb_type(name))__i; \
/freebsd-13-stable/lib/libthr/arch/i386/include/
H A Dpthread_md.h64 #define __tcb_type(name) __typeof(((struct tcb *)0)->name) macro
70 __tcb_type(name) __result; \
76 __result = (__tcb_type(name))__i; \

Completed in 108 milliseconds