Searched defs:clockID (Results 1 – 3 of 3) sorted by relevance
| /kernel/liteos_a/syscall/ |
| D | time_syscall.c | 160 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_a/compat/posix/src/ |
| D | time.c | 416 int clock_settime(clockid_t clockID, const struct timespec *tp) in clock_settime() 455 inline UINT32 GetTidFromClockID(clockid_t clockID) in GetTidFromClockID() 462 inline const pid_t GetPidFromClockID(clockid_t clockID) in GetPidFromClockID() 469 static int PthreadGetCputime(clockid_t clockID, struct timespec *ats) in PthreadGetCputime() 495 static int ProcessGetCputime(clockid_t clockID, struct timespec *ats) in ProcessGetCputime() 525 static int GetCputime(clockid_t clockID, struct timespec *tp) in GetCputime() 542 static int CheckClock(const clockid_t clockID) in CheckClock() 563 static int CpuClockGetres(const clockid_t clockID, struct timespec *tp) in CpuClockGetres() 578 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() 640 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() [all …]
|
| /kernel/liteos_m/kal/posix/src/ |
| D | time.c | 106 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() 289 int clock_settime(clockid_t clockID, const struct timespec *tp) in clock_settime() 328 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() 368 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres()
|