Searched refs:ff_select (Results 1 – 5 of 5) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_api.symlist | 18 ff_select
|
| H A D | ff_api.h | 103 int ff_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
|
| H A D | ff_syscall_wrapper.c | 1125 ff_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in ff_select() function
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 138 #### ff_select subsubsection 140 …int ff_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *time…
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 409 return ff_select(nfds, readfds, writefds, exceptfds, &tv); in select()
|