Searched refs:notify_other_threads (Results 1 – 5 of 5) sorted by relevance
| /src/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()
|
| /src/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); 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, ¬ify_other_threads); in ossl_quic_channel_subtick() 2078 ch_tick_tls(ch, channel_only, ¬ify_other_threads); in ossl_quic_channel_subtick() 2108 res->notify_other_threads = 1; in ossl_quic_channel_subtick() 2136 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 | 187 if (res.notify_other_threads) in ossl_quic_reactor_tick()
|
| H A D | quic_port.c | 668 res->notify_other_threads = 0; in ossl_quic_port_subtick()
|