Lines Matching defs:clockID
423 int clock_settime(clockid_t clockID, const struct timespec *tp) in clock_settime()
462 inline UINT32 GetTidFromClockID(clockid_t clockID) in GetTidFromClockID()
469 inline const pid_t GetPidFromClockID(clockid_t clockID) in GetPidFromClockID()
476 static int PthreadGetCputime(clockid_t clockID, struct timespec *ats) in PthreadGetCputime()
501 static int ProcessGetCputime(clockid_t clockID, struct timespec *ats) in ProcessGetCputime()
531 static int GetCputime(clockid_t clockID, struct timespec *tp) in GetCputime()
548 static int CheckClock(const clockid_t clockID) in CheckClock()
569 static int CpuClockGetres(const clockid_t clockID, struct timespec *tp) in CpuClockGetres()
584 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime()
655 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres()
784 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create()
821 int OsTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID) in OsTimerCreate()