OSSL_sleep

Sleep the calling thread for approximately millis milliseconds.

Synopsis

Declared in <openssl/crypto.h>

void
OSSL_sleep(uint64_t millis);

Parameters

NameDescription
millisDuration to sleep; platforms may round up to their timer resolution.