Home
last modified time | relevance | path

Searched refs:timeout_tv (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dtimemodule.c2131 struct timeval timeout_tv; local
2154 if (_PyTime_AsTimeval(timeout, &timeout_tv, _PyTime_ROUND_CEILING) < 0) {
2168 ret = select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &timeout_tv);

Completed in 3 milliseconds