gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SLIST_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/event.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/event.h - 9.8KB - 258 lines
185: struct knote {
186:         SLIST_ENTRY(knote)     kn_link;    /* f: for fd */
187:         SLIST_ENTRY(knote)     kn_selnext; /* o: for struct selinfo */
188:         TAILQ_ENTRY(knote)     kn_tqe;             /* q: for struct kqueue */