Searched refs:delay (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/ |
H A D | happy_eyeballs.rs | 41 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 D | nativeapi_timer_task.c | 26 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 D | nativeapi_timer_task.h | 30 int StartTimerTask(bool isPeriodic, const unsigned int delay, void* userCallback,
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 114 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 D | test_taskpool.cpp | 1147 size_t delay = 1000; in HWTEST_F() local 1149 napi_create_uint32(env, delay, &result); in HWTEST_F()
|
Completed in 11 milliseconds