Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_api.symlist18 ff_select
H A Dff_api.h103 int ff_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
H A Dff_syscall_wrapper.c1125 ff_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in ff_select() function
/f-stack/doc/
H A DF-Stack_API_Reference.md138 #### 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 Danet_ff.c409 return ff_select(nfds, readfds, writefds, exceptfds, &tv); in select()