Home
last modified time | relevance | path

Searched defs:io_loop (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/event-libs/libevent/
Dprivate-lib-event-libs-libevent.h28 struct event_base *io_loop; member
/third_party/libwebsockets/lib/event-libs/libev/
Dprivate-lib-event-libs-libev.h37 struct ev_loop *io_loop; member
/third_party/libwebsockets/lib/event-libs/libuv/
Dprivate-lib-event-libs-libuv.h50 uv_loop_t *io_loop; member
/third_party/nghttp2/python/
Dnghttp2.pyx1637 def io_loop(self): member in HTTP2Client