Home
last modified time | relevance | path

Searched refs:delay (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dhappy_eyeballs.rs41 delay: Sleep,
48 delay: Option<Duration>,
94 pub(crate) fn new(addrs: RemoteAddrs, delay: Sleep) -> Self {
95 DelayedAddrs { addrs, delay }
100 pub(crate) fn new(timeout: Option<Duration>, delay: Option<Duration>) -> Self {
101 Self { timeout, delay }
150 let delay = if let Some(delay) = config.delay {
151 delay
[all...]
/commonlibrary/utils_lite/timer_task/src/
H A Dnativeapi_timer_task.c26 int StartTimerTask(bool isPeriodic, const unsigned int delay, void* userCallback, in StartTimerTask() argument
34 KalTimerId timerId = KalTimerCreate((KalTimerProc)userCallback, timerType, userContext, delay); in StartTimerTask()
/commonlibrary/utils_lite/timer_task/include/
H A Dnativeapi_timer_task.h30 int StartTimerTask(bool isPeriodic, const unsigned int delay, void* userCallback,
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs114 if let Some(delay) = self.sleep.as_mut() { in poll_data()
115 if let Poll::Ready(()) = Pin::new(delay).poll(cx) { in poll_data()
134 if let Some(delay) = self.sleep.as_mut() { in poll_trailer()
135 if let Poll::Ready(()) = Pin::new(delay).poll(cx) { in poll_trailer()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp1147 size_t delay = 1000; in HWTEST_F() local
1149 napi_create_uint32(env, delay, &result); in HWTEST_F()

Completed in 10 milliseconds