gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SLIST_HEAD from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/lwp.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/lwp.h - 20.6KB - 535 lines
67:         int            l_selflag;        /* S: select() flags */
68:         SLIST_HEAD(,selinfo) l_selwait;        /* S: descriptors waited on */
69:         struct selcpu  *l_selcpu;       /* !: associated per-CPU select data */
130: pri_t l_inheritedprio;/* l: inherited priority */ 131: SLIST_HEAD(, turnstile) l_pi_lenders; /* l: ts lending us priority */ 132: uint64_t l_ncsw; /* l: total context switches */
166: int l_selflag; /* S: select() flags */ 167: SLIST_HEAD(,selinfo) l_selwait; /* S: descriptors waited on */ 168: struct selcpu *l_selcpu; /* !: associated per-CPU select data */