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

/freebsd-11-stable/lib/libthr/arch/amd64/include/
H A Dpthread_md.h63 #define __tcb_type(name) __typeof(((struct tcb *)0)->name) macro
69 __tcb_type(name) __result; \
75 __result = (__tcb_type(name))__i; \
/freebsd-11-stable/lib/libthr/arch/i386/include/
H A Dpthread_md.h62 #define __tcb_type(name) __typeof(((struct tcb *)0)->name) macro
68 __tcb_type(name) __result; \
74 __result = (__tcb_type(name))__i; \

Completed in 57 milliseconds