Home
last modified time | relevance | path

Searched defs:clockID (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/compat/posix/src/
Dtime.c423 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()
646 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres()
[all …]
/kernel/liteos_a/syscall/
Dtime_syscall.c160 int SysTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID) in SysTimerCreate()
263 int SysClockSettime(clockid_t clockID, const struct timespec *tp) in SysClockSettime()
285 int SysClockGettime(clockid_t clockID, struct timespec *tp) in SysClockGettime()
308 int SysClockGetres(clockid_t clockID, struct timespec *tp) in SysClockGetres()
405 int SysClockSettime64(clockid_t clockID, const struct timespec64 *tp) in SysClockSettime64()
435 int SysClockGettime64(clockid_t clockID, struct timespec64 *tp) in SysClockGettime64()
462 int SysClockGetres64(clockid_t clockID, struct timespec64 *tp) in SysClockGetres64()
/kernel/liteos_m/kal/posix/src/
Dtime.c132 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create()
315 int clock_settime(clockid_t clockID, const struct timespec *tp) in clock_settime()
354 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime()
394 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres()