HomeSort by: relevance | last modified time | path
    Searched refs:notify_other_threads (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_reactor.h 77 char notify_other_threads; member in struct:quic_tick_result_st
86 r->notify_other_threads = r->notify_other_threads || src->notify_other_threads;
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
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; local
2041 res->notify_other_threads = 0;
2057 res->notify_other_threads = 1;
2071 ch_rx(ch, channel_only, &notify_other_threads);
2078 ch_tick_tls(ch, channel_only, &notify_other_threads);
2108 res->notify_other_threads = 1;
2136 ch_tx(ch, &notify_other_threads);
    [all...]
quic_engine.c 181 res->notify_other_threads = 0;
quic_reactor.c 187 if (res.notify_other_threads)
quic_port.c 668 res->notify_other_threads = 0;

Completed in 64 milliseconds