Lines Matching refs:PyAPI_FUNC
90 PyAPI_FUNC(PyObject *) _PyLong_FromTime_t(
94 PyAPI_FUNC(time_t) _PyLong_AsTime_t(
98 PyAPI_FUNC(int) _PyTime_ObjectToTime_t(
106 PyAPI_FUNC(int) _PyTime_ObjectToTimeval(
115 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
123 PyAPI_FUNC(_PyTime_t) _PyTime_FromSeconds(int seconds);
131 PyAPI_FUNC(_PyTime_t) _PyTime_FromNanoseconds(_PyTime_t ns);
134 PyAPI_FUNC(int) _PyTime_FromNanosecondsObject(_PyTime_t *t,
139 PyAPI_FUNC(int) _PyTime_FromSecondsObject(_PyTime_t *t,
145 PyAPI_FUNC(int) _PyTime_FromMillisecondsObject(_PyTime_t *t,
150 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
153 PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t,
157 PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t,
161 PyAPI_FUNC(_PyTime_t) _PyTime_AsNanoseconds(_PyTime_t t);
165 PyAPI_FUNC(_PyTime_t) _PyTime_As100Nanoseconds(_PyTime_t t,
171 PyAPI_FUNC(PyObject *) _PyTime_AsNanosecondsObject(_PyTime_t t);
176 PyAPI_FUNC(int) _PyTime_FromTimeval(_PyTime_t *tp, struct timeval *tv);
183 PyAPI_FUNC(int) _PyTime_AsTimeval(_PyTime_t t,
189 PyAPI_FUNC(void) _PyTime_AsTimeval_clamp(_PyTime_t t,
199 PyAPI_FUNC(int) _PyTime_AsTimevalTime_t(
208 PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts);
213 PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts);
217 PyAPI_FUNC(void) _PyTime_AsTimespec_clamp(_PyTime_t t, struct timespec *ts);
222 PyAPI_FUNC(_PyTime_t) _PyTime_Add(_PyTime_t t1, _PyTime_t t2);
227 PyAPI_FUNC(_PyTime_t) _PyTime_MulDiv(_PyTime_t ticks,
246 PyAPI_FUNC(_PyTime_t) _PyTime_GetSystemClock(void);
252 PyAPI_FUNC(int) _PyTime_GetSystemClockWithInfo(
266 PyAPI_FUNC(_PyTime_t) _PyTime_GetMonotonicClock(void);
276 PyAPI_FUNC(int) _PyTime_GetMonotonicClockWithInfo(
283 PyAPI_FUNC(int) _PyTime_localtime(time_t t, struct tm *tm);
287 PyAPI_FUNC(int) _PyTime_gmtime(time_t t, struct tm *tm);
297 PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void);
305 PyAPI_FUNC(int) _PyTime_GetPerfCounterWithInfo(
312 PyAPI_FUNC(_PyTime_t) _PyDeadline_Init(_PyTime_t timeout);
316 PyAPI_FUNC(_PyTime_t) _PyDeadline_Get(_PyTime_t deadline);