Searched refs:_PyTime_AsSecondsDouble (Results 1 – 7 of 7) sorted by relevance
104 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
453 _PyTime_AsSecondsDouble(_PyTime_t t) in _PyTime_AsSecondsDouble() function
1645 double time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in thread_module_exec()
72 double d = _PyTime_AsSecondsDouble(t); in _PyFloat_FromPyTime()
1310 double d = _PyTime_AsSecondsDouble(_PyTime_GetMonotonicClock() - t1); in gc_collect_main()
2920 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout); in sock_gettimeout()6664 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
4644 d = _PyTime_AsSecondsDouble(ts); in test_pytime_assecondsdouble()