HomeSort by relevance Sort by last modified time
    Searched full:evmap_io (Results 1 - 2 of 2) sorted by null

  /external/libevent/
evmap.c 54 /** An entry for an evmap_io list: notes all the events that want to read or
57 struct evmap_io { struct
72 struct evmap_io. But on other platforms (windows), sockets are not
74 There, we use a hashtable to implement evmap_io.
82 struct evmap_io evmap_io; member in union:event_map_entry::__anon14742
184 #define FDINFO_OFFSET sizeof(struct evmap_io)
250 /** Constructor for struct evmap_io */
252 evmap_io_init(struct evmap_io *entry)
267 struct evmap_io *ctx = NULL
    [all...]
event-internal.h 125 /* An array of evmap_io * or of evmap_signal *; empty entries are

Completed in 65 milliseconds