Home
last modified time | relevance | path

Searched refs:_PyTime_FromSeconds (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h69 PyAPI_FUNC(_PyTime_t) _PyTime_FromSeconds(int seconds);
/external/python/cpython3/Python/
Dpytime.c205 _PyTime_FromSeconds(int seconds) in _PyTime_FromSeconds() function
/external/python/cpython3/Modules/
D_threadmodule.c104 const _PyTime_t unset_timeout = _PyTime_FromSeconds(-1); in lock_acquire_parse_args()
Dsocketmodule.c2453 s->sock_timeout = _PyTime_FromSeconds(block ? -1 : 0); in sock_setblocking()
2479 *timeout = _PyTime_FromSeconds(-1); in socket_parse_timeout()
4632 ((PySocketSockObject *)new)->sock_timeout = _PyTime_FromSeconds(-1);
D_testcapimodule.c3764 ts = _PyTime_FromSeconds(seconds); in test_pytime_fromseconds()