Home
last modified time | relevance | path

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

/openssl/crypto/thread/arch/
H A Dthread_posix.c192 struct timespec deadline_ts; in ossl_crypto_condvar_wait_timeout() local
194 deadline_ts.tv_sec in ossl_crypto_condvar_wait_timeout()
196 deadline_ts.tv_nsec in ossl_crypto_condvar_wait_timeout()
199 pthread_cond_timedwait(cv_p, mutex_p, &deadline_ts); in ossl_crypto_condvar_wait_timeout()

Completed in 4 milliseconds