Home
last modified time | relevance | path

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

/src/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()
/src/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);
2020 int notify_other_threads = 0; in ossl_quic_channel_subtick() local
2041 res->notify_other_threads = 0; in ossl_quic_channel_subtick()
2057 res->notify_other_threads = 1; in ossl_quic_channel_subtick()
2071 ch_rx(ch, channel_only, &notify_other_threads); in ossl_quic_channel_subtick()
2078 ch_tick_tls(ch, channel_only, &notify_other_threads); in ossl_quic_channel_subtick()
2108 res->notify_other_threads = 1; in ossl_quic_channel_subtick()
2136 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.c187 if (res.notify_other_threads) in ossl_quic_reactor_tick()
H A Dquic_port.c668 res->notify_other_threads = 0; in ossl_quic_port_subtick()