Searched refs:_PyTime_AsTimeval (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/ |
D | pytime.h | 129 PyAPI_FUNC(int) _PyTime_AsTimeval(_PyTime_t t,
|
/external/python/cpython3/Python/ |
D | pytime.c | 604 _PyTime_AsTimeval(_PyTime_t t, struct timeval *tv, _PyTime_round_t round) in _PyTime_AsTimeval() function
|
/external/python/cpython3/Modules/ |
D | signalmodule.c | 156 return _PyTime_AsTimeval(t, tv, _PyTime_ROUND_CEILING); in timeval_from_double()
|
D | timemodule.c | 2032 if (_PyTime_AsTimeval(secs, &timeout, _PyTime_ROUND_CEILING) < 0)
|
D | selectmodule.c | 301 if (_PyTime_AsTimeval(timeout, &tv, _PyTime_ROUND_TIMEOUT) == -1) in select_select_impl()
|
D | socketmodule.c | 2889 overflow |= (_PyTime_AsTimeval(*timeout, &tv, _PyTime_ROUND_TIMEOUT) < 0); in socket_parse_timeout()
|
D | _testcapimodule.c | 4486 if (_PyTime_AsTimeval(t, &tv, round) < 0) { in test_PyTime_AsTimeval()
|