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

  /src/crypto/external/apache2/openssl/dist/include/internal/
rio_notifier.h 19 * RIO_NOTIFIER provides an OS-pollable resource which can be plugged into an
38 } RIO_NOTIFIER;
41 * Initialises a RIO_NOTIFIER. Returns 1 on success or 0 on failure.
43 int ossl_rio_notifier_init(RIO_NOTIFIER *nfy);
46 * Cleans up a RIO_NOTIFIER, tearing down any allocated resources.
48 void ossl_rio_notifier_cleanup(RIO_NOTIFIER *nfy);
51 * Signals a RIO_NOTIFIER, waking up any waiting threads.
53 int ossl_rio_notifier_signal(RIO_NOTIFIER *nfy);
56 * Unsignals a RIO_NOTIFIER.
58 int ossl_rio_notifier_unsignal(RIO_NOTIFIER *nfy)
    [all...]
quic_reactor.h 16 #include "internal/rio_notifier.h"
109 RIO_NOTIFIER notifier;
189 RIO_NOTIFIER *ossl_quic_reactor_get0_notifier(QUIC_REACTOR *rtor);
  /src/crypto/external/apache2/openssl/dist/ssl/rio/
rio_notifier.c 14 #include "internal/rio_notifier.h"
147 int ossl_rio_notifier_init(RIO_NOTIFIER *nfy)
282 int ossl_rio_notifier_init(RIO_NOTIFIER *nfy)
335 void ossl_rio_notifier_cleanup(RIO_NOTIFIER *nfy)
345 int ossl_rio_notifier_signal(RIO_NOTIFIER *nfy)
361 int ossl_rio_notifier_unsignal(RIO_NOTIFIER *nfy)
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_reactor.c 199 RIO_NOTIFIER *ossl_quic_reactor_get0_notifier(QUIC_REACTOR *rtor)
quic_impl.c 5346 RIO_NOTIFIER *nfy;

Completed in 45 milliseconds