Lines Matching refs:_PyTime_t
66 static int pysleep(_PyTime_t);
70 _PyFloat_FromPyTime(_PyTime_t t) in _PyFloat_FromPyTime()
78 get_system_time(_PyTime_t *t) in get_system_time()
88 _PyTime_t t; in time_time()
105 _PyTime_t t; in time_time_ns()
128 _PyTime_GetClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetClockWithInfo()
138 if ((_PyTime_t)CLOCKS_PER_SEC > _PyTime_MAX / SEC_TO_NS) { in _PyTime_GetClockWithInfo()
159 *tp = _PyTime_MulDiv(ticks, SEC_TO_NS, (_PyTime_t)CLOCKS_PER_SEC); in _PyTime_GetClockWithInfo()
211 _PyTime_t t;
240 _PyTime_t t;
271 _PyTime_t t;
362 _PyTime_t secs;
1106 get_monotonic(_PyTime_t *t)
1116 _PyTime_t t;
1131 _PyTime_t t;
1145 get_perf_counter(_PyTime_t *t)
1155 _PyTime_t t;
1171 _PyTime_t t;
1184 _PyTime_GetProcessTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1190 _PyTime_t ktime, utime, t;
1263 _PyTime_t utime, stime;
1279 _PyTime_t total = utime + stime;
1309 if ((_PyTime_t)freq > _PyTime_MAX / SEC_TO_NS) {
1328 _PyTime_t total;
1346 _PyTime_t t;
1361 _PyTime_t t;
1378 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1383 _PyTime_t ktime, utime, t;
1418 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1442 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1461 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1469 _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info)
1511 _PyTime_t t;
1526 _PyTime_t t;
1552 _PyTime_t t;
2052 pysleep(_PyTime_t secs)
2054 _PyTime_t deadline, monotonic;
2059 _PyTime_t millisecs;