Home
last modified time | relevance | path

Searched refs:timespec (Results 1 - 25 of 38) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtime.h278 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 Dthreads.h49 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 Dmqueue.h29 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 Dpthread.h370 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 Dpoll.h47 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
H A Dsemaphore.h39 int sem_timedwait(sem_t *__restrict, const struct timespec *__restrict);
H A Daio.h50 int aio_suspend(const struct aiocb *const [], int, const struct timespec *);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dhi_time.c50 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 Doal_time.h149 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 Dstat.h18 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 Dtime.c57 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 Dcw2015_battery.h102 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 Dstat.h301 int futimens(int, const struct timespec [2]);
302 int utimensat(int, const char *, const struct timespec [2], int);
H A Dsem.h60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
H A Dselect.h141 int pselect (int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, const struct timespec *__restrict, const sigset_t *__restrict);
H A Dsocket.h73 struct timespec;
76 int recvmmsg (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
/device/soc/rockchip/common/hardware/rga/include/
H A DRgaMutex.h177 timespec now; in timedLock()
180 const struct timespec ts = { in timedLock()
/device/soc/rockchip/rk3399/hardware/rga/include/
H A DMutex.h183 timespec now; in timedLock()
186 const struct timespec ts = { in timedLock()
/device/soc/rockchip/rk3568/hardware/rga/include/
H A DRgaMutex.h183 timespec now; in timedLock()
186 const struct timespec ts = { in timedLock()
/device/soc/rockchip/rk3588/hardware/rga/include/
H A DRgaMutex.h173 timespec now; in timedLock()
176 const struct timespec ts = { in timedLock()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_condition.h70 struct timespec ts; in waitRelative()
/device/soc/hisilicon/common/hal/display/source/display_device/src/vsync/
H A Dsorft_vsync.cpp82 struct timespec ts; in WorkThread()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp96 struct timespec current; in WaitNextVBlank()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Event.c167 struct timespec timeout; in Rockchip_OSAL_SignalWait()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
H A Dhi_common.h40 struct timespec ts; \

Completed in 14 milliseconds

12