Home
last modified time | relevance | path

Searched refs:poller (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/less/
H A Dos.c138 struct pollfd poller[2] = { { fd, POLLIN, 0 }, { tty, POLLIN, 0 } }; in check_poll() local
153 poll(poller, 2, timeout); in check_poll()
158 if (poller[1].revents & POLLIN) in check_poll()
167 if (ignore_eoi && exit_F_on_close && (poller[0].revents & (POLLHUP|POLLIN)) == POLLHUP) in check_poll()
170 if ((poller[0].revents & (POLLIN|POLLHUP|POLLERR)) == 0) in check_poll()
198 struct pollfd poller[1] = { { tty, POLLIN, 0 } }; in ttyin_ready()
199 poll(poller, 1, 0); in ttyin_ready()
200 return ((poller[0].revents & POLLIN) != 0); in ttyin_ready()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c175 cl_thread_construct(&(p_vend->smi_bind.poller)); in osm_vendor_construct()
176 cl_thread_construct(&(p_vend->gsi_bind.poller)); in osm_vendor_construct()
189 pthread_cancel(p_vend->smi_bind.poller.osd.id); in osm_vendor_destroy()
190 pthread_cancel(p_vend->gsi_bind.poller.osd.id); in osm_vendor_destroy()
191 cl_thread_destroy(&(p_vend->smi_bind.poller)); in osm_vendor_destroy()
192 cl_thread_destroy(&(p_vend->gsi_bind.poller)); in osm_vendor_destroy()
627 status = cl_thread_init(&p_bind->poller, in osm_vendor_bind()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c218 cl_thread_construct(&p_vl->poller); in osm_vl15_construct()
239 cl_thread_destroy(&p_vl->poller); in osm_vl15_destroy()
299 status = cl_thread_init(&p_vl->poller, vl15_poller, p_vl, in osm_vl15_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_vl15intf.h124 cl_thread_t poller; member
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ts.h100 cl_thread_t poller; member
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md7 …Past Mistakes in Poller Interface Design](#reflections-on-past-mistakes-in-poller-interface-design)
18 * [Custom Poller Methods](#custom-poller-methods)
20 + [Custom Poller Methods API](#custom-poller-methods-api)
74 event types and pollable objects in a single poller call.
190 can do its own polling and then use a poller in a mode where it always returns
737 - Sketch A: An “immediate-mode” poller interface similar to poll(2).
739 - Sketch B: A “registered” poller interface similar to BSD's kqueue(2) (or Linux's
1355 It is also desirable to support custom poller methods provided by an
1359 cannot be used with the blocking API) and a custom poller which can poll some
1364 poller methods.
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md245 - Secondly, we have the option of providing a custom poller interface which
254 custom poller which synchronises using a custom poll descriptor based
303 When using libssl in application-level blocking mode, via a custom poller
448 only useful when the application will provide a custom poller function, which
487 implement a custom BIO, custom poll descriptor and custom poller to facilitate
528 function (e.g. `select()`) or, if configured, custom poller function, to block.
H A Dquic-api.md1177 A custom poller interface may be provided in the future. For more information,
/freebsd/share/dict/
H A Dweb2149944 poller