gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SLIST_ENTRY from t2ex/bsd_source/lib/libc/src_bsd/include/sys/event.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/event.h - 7.9KB - 193 lines
139: struct knote {
140:         SLIST_ENTRY(knote)     kn_link;    /* for fd */
141:         SLIST_ENTRY(knote)     kn_selnext; /* for struct selinfo */
142:         TAILQ_ENTRY(knote)     kn_tqe;