Home
last modified time | relevance | path

Searched defs:timeout_initialized (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/sys/
H A Dtimeout.h84 #define timeout_initialized(to) ((to)->to_flags & TIMEOUT_INITIALIZED) macro
/openbsd-src/lib/libevent/
H A Devent.h494 #define timeout_initialized(ev) ((ev)->ev_flags & EVLIST_INIT) macro