Home
last modified time | relevance | path

Searched refs:_PyTime_FromSecondsObject (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h96 PyAPI_FUNC(int) _PyTime_FromSecondsObject(_PyTime_t *t,
/external/python/cpython3/Modules/
D_queuemodule.c191 if (_PyTime_FromSecondsObject(&timeout_val, in _queue_SimpleQueue_get_impl()
Dsignalmodule.c139 if (_PyTime_FromSecondsObject(&t, obj, _PyTime_ROUND_CEILING) < 0) { in timeval_from_double()
1057 if (_PyTime_FromSecondsObject(&timeout, in signal_sigtimedwait_impl()
Dselectmodule.c215 if (_PyTime_FromSecondsObject(&timeout, timeout_obj, in select_select()
1525 if (_PyTime_FromSecondsObject(&timeout, timeout_obj, in pyepoll_poll()
2144 if (_PyTime_FromSecondsObject(&timeout, in kqueue_queue_control()
Dtimemodule.c253 if (_PyTime_FromSecondsObject(&t, obj, _PyTime_ROUND_FLOOR) < 0) in time_clock_settime()
364 if (_PyTime_FromSecondsObject(&secs, obj, _PyTime_ROUND_TIMEOUT)) in time_sleep()
D_threadmodule.c106 && _PyTime_FromSecondsObject(timeout, in lock_acquire_parse_args()
Dfaulthandler.c660 if (_PyTime_FromSecondsObject(&timeout, timeout_obj, in faulthandler_dump_traceback_later()
D_testcapimodule.c4047 if (_PyTime_FromSecondsObject(&ts, obj, round) == -1) in test_pytime_fromsecondsobject()
Dsocketmodule.c2655 if (_PyTime_FromSecondsObject(timeout, in socket_parse_timeout()
/external/python/cpython3/Python/
Dpytime.c435 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject() function