Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dlhash_test.c508 static int shutting_down = 0; variable
519 if (shutting_down == 1) in hashtable_mt_free()
705 shutting_down = 1; in test_hashtable_multithread()
/openssl/ssl/quic/
H A Dquic_local.h215 unsigned int shutting_down : 1; member
H A Dquic_impl.c353 if (qc->shutting_down || ossl_quic_channel_is_term_any(qc->ch)) in quic_mutation_allowed()
1197 if (qc->shutting_down) in qc_shutdown_flush_init()
1203 qc->shutting_down = 1; in qc_shutdown_flush_init()
1212 return qc->shutting_down in qc_shutdown_flush_finished()
1311 ctx.qc->shutting_down = 1; in ossl_quic_conn_shutdown()
4060 return !xso->conn->shutting_down in test_poll_event_w()
4074 && !xso->conn->shutting_down; in test_poll_event_ew()

Completed in 19 milliseconds