Sleep the calling thread for approximately millis milliseconds.
Synopsis
Declared in <openssl/crypto.h>
void
OSSL_sleep(uint64_t millis);
Parameters
Name |
Description |
millis |
Duration to sleep; platforms may round up to their timer resolution. |
Created with MrDocs