Lines Matching refs:_PyTime_t
66 static int pysleep(_PyTime_t timeout);
83 _PyFloat_FromPyTime(_PyTime_t t)
91 get_system_time(_PyTime_t *t)
101 _PyTime_t t;
118 _PyTime_t t;
141 _PyTime_GetClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
150 if ((_PyTime_t)CLOCKS_PER_SEC > _PyTime_MAX / SEC_TO_NS) {
171 _PyTime_t ns = _PyTime_MulDiv(ticks, SEC_TO_NS, (_PyTime_t)CLOCKS_PER_SEC);
224 _PyTime_t t;
253 _PyTime_t t;
284 _PyTime_t t;
375 _PyTime_t timeout;
1132 get_monotonic(_PyTime_t *t)
1142 _PyTime_t t;
1157 _PyTime_t t;
1171 get_perf_counter(_PyTime_t *t)
1181 _PyTime_t t;
1197 _PyTime_t t;
1210 _PyTime_GetProcessTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1216 _PyTime_t ktime, utime, t;
1289 _PyTime_t utime, stime;
1305 _PyTime_t total = utime + stime;
1335 if ((_PyTime_t)freq > _PyTime_MAX / SEC_TO_NS) {
1354 _PyTime_t ns;
1372 _PyTime_t t;
1387 _PyTime_t t;
1404 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1409 _PyTime_t ktime, utime, t;
1444 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1468 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1489 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1497 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1539 _PyTime_t t;
1554 _PyTime_t t;
1580 _PyTime_t t;
2121 pysleep(_PyTime_t timeout)
2133 _PyTime_t deadline, monotonic;
2202 _PyTime_t timeout_100ns = _PyTime_As100Nanoseconds(timeout,