Searched refs:EV_TS_SET (Results 1 – 3 of 3) sorted by relevance
105 EV_TS_SET (ts, timeout); in port_poll()
100 EV_TS_SET (ts, timeout); in kqueue_poll()
489 #define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } whi… macro1902 EV_TS_SET (ts, delay); in ev_sleep()