Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/event-libs/libevent/
H A Dprivate-lib-event-libs-libevent.h33 struct event_base *io_loop; member
/aosp_15_r20/external/libwebsockets/lib/event-libs/libev/
H A Dprivate-lib-event-libs-libev.h42 struct ev_loop *io_loop; member
/aosp_15_r20/external/libwebsockets/lib/event-libs/libuv/
H A Dprivate-lib-event-libs-libuv.h55 uv_loop_t *io_loop; member
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c186 custom_poll_ctx_t *io_loop; member
/aosp_15_r20/external/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c11 struct sd_event *io_loop; member
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dworker.rs514 fn io_loop( in io_loop() function