Home
last modified time | relevance | path

Searched refs:notify_other_threads (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_reactor.h77 char notify_other_threads; member
86 r->notify_other_threads = r->notify_other_threads || src->notify_other_threads; in ossl_quic_tick_result_merge_into()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c49 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads);
50 static int ch_tx(QUIC_CHANNEL *ch, int *notify_other_threads);
51 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads);
2012 int notify_other_threads = 0; in ossl_quic_channel_subtick() local
2033 res->notify_other_threads = 0; in ossl_quic_channel_subtick()
2049 res->notify_other_threads = 1; in ossl_quic_channel_subtick()
2063 ch_rx(ch, channel_only, &notify_other_threads); in ossl_quic_channel_subtick()
2070 ch_tick_tls(ch, channel_only, &notify_other_threads); in ossl_quic_channel_subtick()
2100 res->notify_other_threads = 1; in ossl_quic_channel_subtick()
2128 ch_tx(ch, &notify_other_threads); in ossl_quic_channel_subtick()
[all …]
H A Dquic_engine.c181 res->notify_other_threads = 0; in qeng_tick()
H A Dquic_reactor.c151 if (res.notify_other_threads) in ossl_quic_reactor_tick()
H A Dquic_port.c664 res->notify_other_threads = 0; in ossl_quic_port_subtick()