tcb_list_entry
static TAILQ_HEAD(, tcb_list_entry) tcb_list =
tcb_from_tcb_list_entry(struct tcb_list_entry *tcbelm)
static struct tcb_list_entry *
return ((struct tcb_list_entry *)((char *)tcb + tcb_list_entry_offset));
return ((struct tcb_list_entry *)((char *)tcb - tcb_list_entry_offset));
struct tcb_list_entry *tcbelm;
struct tcb_list_entry *tcbelm;
struct tcb_list_entry *tcbelm;
TAILQ_ENTRY(tcb_list_entry) next;
sizeof(struct tcb_list_entry), _Alignof(struct tcb_list_entry),