Searched refs:server_thread (Results 1 – 1 of 1) sorted by relevance
108 } server_thread; member514 if (h->server_thread.t == NULL) in join_server_thread()517 ossl_crypto_mutex_lock(h->server_thread.m); in join_server_thread()518 h->server_thread.stop = 1; in join_server_thread()524 h->server_thread.t = NULL; in join_server_thread()570 ready = h->server_thread.ready; in server_helper_thread()571 stop = h->server_thread.stop; in server_helper_thread()577 ossl_crypto_condvar_wait(h->server_thread.c, h->server_thread.m); in server_helper_thread()828 h->server_thread.t in helper_init()830 if (!TEST_ptr(h->server_thread.t)) in helper_init()[all …]
Completed in 15 milliseconds