Searched refs:real_select (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 127 static int (*real_select) (int, fd_set *, fd_set *, fd_set *, struct timeval *); variable 402 return real_select(nfds, readfds, writefds, exceptfds, timeout); in select() 411 return real_select(nfds, readfds, writefds, exceptfds, timeout); in select()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.h | 78 func_select real_select; member
|