Home | Sort by: relevance | last modified time | path |
/src/lib/librumpclient/ | |
rumpclient.c | 89 int (*host_poll)(struct pollfd *, nfds_t, int); variable in typeref:typename:int (*)(struct pollfd *,nfds_t,int) 291 rv = host_poll(pfd, 2, -1); |
/src/lib/librumpuser/ | |
sp_common.c | 89 #define host_poll poll macro 325 if (host_poll(&pfd, 1, INFTIM) == -1) { |