Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_multistream_test.c534 int *p_checked_out = s_checked_out_p(h, hl == NULL ? -1 : hl->thread_idx); in s_lock() local
536 if (h->server_thread.m == NULL || *p_checked_out) in s_lock()
541 *p_checked_out = 1; in s_lock()
548 int *p_checked_out = s_checked_out_p(h, hl->thread_idx); in s_unlock() local
550 if (h->server_thread.m == NULL || !*p_checked_out) in s_unlock()
553 *p_checked_out = 0; in s_unlock()

Completed in 16 milliseconds