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 | 598 _PyTime_AsTimeval(_PyTime_t t, struct timeval *tv, _PyTime_round_t round) in _PyTime_AsTimeval() function
|
/external/python/cpython3/Modules/ |
D | signalmodule.c | 142 return _PyTime_AsTimeval(t, tv, _PyTime_ROUND_CEILING); in timeval_from_double()
|
D | timemodule.c | 1825 if (_PyTime_AsTimeval(secs, &timeout, _PyTime_ROUND_CEILING) < 0) in pysleep()
|
D | selectmodule.c | 224 if (_PyTime_AsTimeval(timeout, &tv, _PyTime_ROUND_TIMEOUT) == -1) in select_select()
|
D | _testcapimodule.c | 4086 if (_PyTime_AsTimeval(t, &tv, round) < 0) { in test_PyTime_AsTimeval()
|
D | socketmodule.c | 2665 overflow |= (_PyTime_AsTimeval(*timeout, &tv, _PyTime_ROUND_TIMEOUT) < 0); in socket_parse_timeout()
|