Searched refs:KQ_OFF (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | selectmodule.c | 1835 #define KQ_OFF(x) offsetof(kqueue_event_Object, x) macro 1837 {"ident", T_UINTPTRT, KQ_OFF(e.ident)}, 1838 {"filter", FILTER_TYPE, KQ_OFF(e.filter)}, 1839 {"flags", FLAGS_TYPE, KQ_OFF(e.flags)}, 1840 {"fflags", T_UINT, KQ_OFF(e.fflags)}, 1841 {"data", DATA_TYPE, KQ_OFF(e.data)}, 1842 {"udata", T_UINTPTRT, KQ_OFF(e.udata)}, 1845 #undef KQ_OFF macro
|
Completed in 4 milliseconds