Searched defs:svc_polling (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c177 bool_t svc_polling; /* true if a thread is polling */ variable
205 svc_pollset, svc_pollfds, svc_next_pollfd, svc_polling
218 svc_pollfds, svc_next_pollfd, svc_exit_done, svc_polling,
459 svc_polling = TRUE;
468 svc_polling = FALSE;
490 svc_polling = FALSE;
564 svc_polling = FALSE;
728 (svc_polling ||
992 if (!wake_up_poller || !svc_polling) {
1008 if (svc_polling)
[all...]

Completed in 98 milliseconds