Home
last modified time | relevance | path

Searched refs:tmo_p (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/syscall/
H A Dfs_syscall.c2657 int SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigMask, int nsig) in SysPpoll() argument
2663 CHECK_ASPACE(tmo_p, sizeof(struct timespec)); in SysPpoll()
2664 CPY_FROM_USER(tmo_p); in SysPpoll()
2666 if (tmo_p != NULL) { in SysPpoll()
2667 timeout = tmo_p->tv_sec * OS_SYS_US_PER_MS + tmo_p->tv_nsec / OS_SYS_NS_PER_MS; in SysPpoll()
H A Dlos_syscall.h288 extern int SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p,

Completed in 4 milliseconds