/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | time.h | 278 int timespec_get(struct timespec *, int); 483 struct timespec it_interval; 484 struct timespec it_value; 531 int nanosleep (const struct timespec *, struct timespec *); 537 * struct timespec pointed to by the second argument. 558 int clock_getres (clockid_t, struct timespec *); 584 int clock_gettime (clockid_t, struct timespec *); 610 int clock_settime (clockid_t, const struct timespec *); 611 int clock_nanosleep (clockid_t, int, const struct timespec *, struc [all...] |
H A D | threads.h | 49 int thrd_sleep(const struct timespec *, struct timespec *); 64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 74 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *__restrict);
|
H A D | mqueue.h | 29 ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespec *__restrict); 30 int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *);
|
H A D | pthread.h | 370 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict); 475 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct timespec *__restrict); 527 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 530 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict); 1265 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
|
H A D | poll.h | 47 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
H A D | semaphore.h | 39 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
|
H A D | aio.h | 50 int aio_suspend(const struct aiocb *const [], int, const struct timespec *);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | hi_time.c | 50 struct timespec tp; in hi_get_seconds() 61 struct timespec tp; in hi_get_us() 72 struct timespec tp; in hi_get_real_time() 83 struct timespec tp; in hi_set_real_time() 85 memset_s((hi_void *)&tp, sizeof(struct timespec), 0x0, sizeof(struct timespec)); in hi_set_real_time()
|
H A D | oal_time.h | 149 struct timespec ts; in oal_time_get_stamp_us()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/bits/ |
H A D | stat.h | 18 struct timespec st_atim; 19 struct timespec st_mtim; 20 struct timespec st_ctim;
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | time.c | 57 STATIC INLINE BOOL ValidTimeSpec(const struct timespec *tp) in ValidTimeSpec() 72 STATIC INLINE UINT32 OsTimeSpec2Tick(const struct timespec *tp) in OsTimeSpec2Tick() 85 STATIC INLINE VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec() 92 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()
|
/device/soc/rockchip/rk3588/kernel/include/linux/power/ |
H A D | cw2015_battery.h | 102 struct timespec suspend_time_before; 103 struct timespec after;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | stat.h | 301 int futimens(int, const struct timespec [2]); 302 int utimensat(int, const char *, const struct timespec [2], int);
|
H A D | sem.h | 60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
|
H A D | select.h | 141 int pselect (int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, const struct timespec *__restrict, const sigset_t *__restrict);
|
H A D | socket.h | 73 struct timespec; 76 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | RgaMutex.h | 177 timespec now; in timedLock() 180 const struct timespec ts = { in timedLock()
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | Mutex.h | 183 timespec now; in timedLock() 186 const struct timespec ts = { in timedLock()
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | RgaMutex.h | 183 timespec now; in timedLock() 186 const struct timespec ts = { in timedLock()
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | RgaMutex.h | 173 timespec now; in timedLock() 176 const struct timespec ts = { in timedLock()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_condition.h | 70 struct timespec ts; in waitRelative()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/vsync/ |
H A D | sorft_vsync.cpp | 82 struct timespec ts;
in WorkThread()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_vsync_worker.cpp | 96 struct timespec current;
in WaitNextVBlank()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Event.c | 167 struct timespec timeout; in Rockchip_OSAL_SignalWait()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/ |
H A D | hi_common.h | 40 struct timespec ts; \
|