QUIC_REACTOR
QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch);
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
int ossl_quic_reactor_init(QUIC_REACTOR *rtor,
void ossl_quic_reactor_cleanup(QUIC_REACTOR *rtor);
void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor,
void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor,
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor);
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor);
int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor);
int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor);
int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor,
int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor);
int ossl_quic_reactor_net_write_desired(QUIC_REACTOR *rtor);
OSSL_TIME ossl_quic_reactor_get_tick_deadline(QUIC_REACTOR *rtor);
int ossl_quic_reactor_tick(QUIC_REACTOR *rtor, uint32_t flags);
RIO_NOTIFIER *ossl_quic_reactor_get0_notifier(QUIC_REACTOR *rtor);
int ossl_quic_reactor_block_until_pred(QUIC_REACTOR *rtor,
void ossl_quic_reactor_enter_blocking_section(QUIC_REACTOR *rtor);
void ossl_quic_reactor_leave_blocking_section(QUIC_REACTOR *rtor);
QUIC_REACTOR *rtor);
QUIC_REACTOR *rtor);
QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch)
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng)
QUIC_REACTOR rtor;
QUIC_REACTOR *reactor;
QUIC_REACTOR *rtor;
QUIC_REACTOR *rtor;
QUIC_REACTOR *rtor;
QUIC_REACTOR *rtor;
QUIC_REACTOR *rtor;
static ossl_inline ossl_unused QUIC_REACTOR *
QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port)
void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *r)
void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *w)
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor)
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor)
int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor,
int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor)
int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor)
int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor)
int ossl_quic_reactor_net_write_desired(QUIC_REACTOR *rtor)
OSSL_TIME ossl_quic_reactor_get_tick_deadline(QUIC_REACTOR *rtor)
int ossl_quic_reactor_tick(QUIC_REACTOR *rtor, uint32_t flags)
RIO_NOTIFIER *ossl_quic_reactor_get0_notifier(QUIC_REACTOR *rtor)
static void rtor_notify_other_threads(QUIC_REACTOR *rtor);
int ossl_quic_reactor_init(QUIC_REACTOR *rtor,
static void rtor_notify_other_threads(QUIC_REACTOR *rtor)
int ossl_quic_reactor_block_until_pred(QUIC_REACTOR *rtor,
void ossl_quic_reactor_enter_blocking_section(QUIC_REACTOR *rtor)
void ossl_quic_reactor_leave_blocking_section(QUIC_REACTOR *rtor)
void ossl_quic_reactor_cleanup(QUIC_REACTOR *rtor)
QUIC_REACTOR *rtor; /* primary key */
QUIC_REACTOR *rtor)
QUIC_REACTOR *rtor)
QUIC_REACTOR *rtor;