Searched refs:notify_other_threads (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_reactor.h | 77 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 D | quic_channel.c | 49 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, ¬ify_other_threads); in ossl_quic_channel_subtick() 2070 ch_tick_tls(ch, channel_only, ¬ify_other_threads); in ossl_quic_channel_subtick() 2100 res->notify_other_threads = 1; in ossl_quic_channel_subtick() 2128 ch_tx(ch, ¬ify_other_threads); in ossl_quic_channel_subtick() [all …]
|
H A D | quic_engine.c | 181 res->notify_other_threads = 0; in qeng_tick()
|
H A D | quic_reactor.c | 151 if (res.notify_other_threads) in ossl_quic_reactor_tick()
|
H A D | quic_port.c | 664 res->notify_other_threads = 0; in ossl_quic_port_subtick()
|