Searched refs:dtimeout (Results 1 – 3 of 3) sorted by relevance
965 double dtimeout = -1.; in pyepoll_poll() local977 &dtimeout, &maxevents)) { in pyepoll_poll()981 if (dtimeout < 0) { in pyepoll_poll()984 else if (dtimeout * 1000.0 > INT_MAX) { in pyepoll_poll()990 timeout = (int)(dtimeout * 1000.0); in pyepoll_poll()
999 double dtimeout = -1.; in pyepoll_poll() local1011 &dtimeout, &maxevents)) { in pyepoll_poll()1015 if (dtimeout < 0) { in pyepoll_poll()1018 else if (dtimeout * 1000.0 > INT_MAX) { in pyepoll_poll()1024 timeout = (int)(dtimeout * 1000.0); in pyepoll_poll()