Home
last modified time | relevance | path

Searched refs:UserPoll (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/syscall/
Dfs_syscall.c219 static int UserPoll(struct pollfd *fds, nfds_t nfds, int timeout) in UserPoll() function
1045 (exceptfds ? exceptfdsRet : NULL), (timeout ? (&timeoutRet) : NULL), UserPoll); in SysSelect()
2587 ret = do_select(nfds, readfds, writefds, exceptfds, (struct timeval *)timeout, UserPoll); in SysPselect6()