Home
last modified time | relevance | path

Searched refs:taskDelay (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c150 * entropy. taskDelay duration will depend on the system tick, in ossl_pool_acquire_entropy()
154 taskDelay(5); in ossl_pool_acquire_entropy()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c150 * entropy. taskDelay duration will depend on the system tick, in ossl_pool_acquire_entropy()
154 taskDelay(5); in ossl_pool_acquire_entropy()
/third_party/openssl/ohos_lite/
H A De_os.h335 # define sleep(a) taskDelay((a) * sysClkRateGet())
/third_party/node/deps/openssl/openssl/
H A De_os.h276 # define sleep(a) taskDelay((a) * sysClkRateGet())
/third_party/openssl/
H A De_os.h276 # define sleep(a) taskDelay((a) * sysClkRateGet())
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1766 pub fn taskDelay(ticks: ::_Vx_ticks_t) -> ::c_int; in taskDelay() functions

Completed in 7 milliseconds