Searched refs:sd_epfd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Ddaemon.c170 int sd_epfd; member in struct:slap_daemon_st
431 epoll_ctl( slap_daemon[t].sd_epfd, EPOLL_CTL_MOD, (s), \
439 epoll_ctl( slap_daemon[t].sd_epfd, EPOLL_CTL_MOD, s, \
471 rc = epoll_ctl(slap_daemon[t].sd_epfd, EPOLL_CTL_ADD, \
494 rc = epoll_ctl(slap_daemon[t].sd_epfd, EPOLL_CTL_DEL, \
522 slap_daemon[t].sd_epfd = epoll_create( dtblsize / slapd_daemon_threads ); \
531 close( slap_daemon[t].sd_epfd ); \
542 *(nsp) = epoll_wait( slap_daemon[t].sd_epfd, revents, \

Completed in 174 milliseconds