HomeSort by: relevance | last modified time | path
    Searched defs:event_set (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/libevent/dist/
poll.c 79 struct pollfd *event_set; member in struct:pollop
127 EVUTIL_ASSERT(pop->event_set[idx].fd == i);
130 struct pollfd *pfd = &pop->event_set[i];
144 struct pollfd *event_set; local
153 * then we need to work on a copy of event_set, so that we can
154 * let other threads modify the main event_set while we're
167 memcpy(pop->event_set_copy, pop->event_set,
169 event_set = pop->event_set_copy;
171 event_set = pop->event_set;
    [all...]
poll.c 79 struct pollfd *event_set; member in struct:pollop
127 EVUTIL_ASSERT(pop->event_set[idx].fd == i);
130 struct pollfd *pfd = &pop->event_set[i];
144 struct pollfd *event_set; local
153 * then we need to work on a copy of event_set, so that we can
154 * let other threads modify the main event_set while we're
167 memcpy(pop->event_set_copy, pop->event_set,
169 event_set = pop->event_set_copy;
171 event_set = pop->event_set;
    [all...]
event.c 2197 event_set(struct event *ev, evutil_socket_t fd, short events, function
event.c 2197 event_set(struct event *ev, evutil_socket_t fd, short events, function
  /src/external/bsd/nsd/dist/
mini_event.c 323 event_set(struct event* ev, int fd, short bits, function
343 /* add event to make it active, you may not change it with event_set anymore */
mini_event.c 323 event_set(struct event* ev, int fd, short bits, function
343 /* add event to make it active, you may not change it with event_set anymore */
  /src/external/bsd/ntp/dist/sntp/libevent/
poll.c 78 struct pollfd *event_set; member in struct:pollop
126 EVUTIL_ASSERT(pop->event_set[idx].fd == i);
129 struct pollfd *pfd = &pop->event_set[i];
143 struct pollfd *event_set; local
152 * then we need to work on a copy of event_set, so that we can
153 * let other threads modify the main event_set while we're
166 memcpy(pop->event_set_copy, pop->event_set,
168 event_set = pop->event_set_copy;
170 event_set = pop->event_set;
    [all...]
poll.c 78 struct pollfd *event_set; member in struct:pollop
126 EVUTIL_ASSERT(pop->event_set[idx].fd == i);
129 struct pollfd *pfd = &pop->event_set[i];
143 struct pollfd *event_set; local
152 * then we need to work on a copy of event_set, so that we can
153 * let other threads modify the main event_set while we're
166 memcpy(pop->event_set_copy, pop->event_set,
168 event_set = pop->event_set_copy;
170 event_set = pop->event_set;
    [all...]
event.c 2181 event_set(struct event *ev, evutil_socket_t fd, short events, function
event.c 2181 event_set(struct event *ev, evutil_socket_t fd, short events, function
  /src/external/bsd/unbound/dist/util/
mini_event.c 274 void event_set(struct event* ev, int fd, short bits, function
294 /* add event to make it active, you may not change it with event_set anymore */
mini_event.c 274 void event_set(struct event* ev, int fd, short bits, function
294 /* add event to make it active, you may not change it with event_set anymore */
mini_event.h 75 #define event_set minievent_set macro
170 void event_set(struct event *, int, short, void (*)(int, short, void *), void *);
173 /** add event to make it active. You may not change it with event_set anymore */
189 event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg)
winsock_event.c 469 void event_set(struct event *ev, int fd, short bits, function
winsock_event.h 101 #define event_set winsockevent_set macro
224 void event_set(struct event *, int, short, void (*)(int, short, void *), void *);
228 /** add event to make it active. You may not change it with event_set anymore */
242 event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg)
mini_event.h 75 #define event_set minievent_set macro
170 void event_set(struct event *, int, short, void (*)(int, short, void *), void *);
173 /** add event to make it active. You may not change it with event_set anymore */
189 event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg)
winsock_event.c 469 void event_set(struct event *ev, int fd, short bits, function
winsock_event.h 101 #define event_set winsockevent_set macro
224 void event_set(struct event *, int, short, void (*)(int, short, void *), void *);
228 /** add event to make it active. You may not change it with event_set anymore */
242 event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg)

Completed in 129 milliseconds