Home
last modified time | relevance | path

Searched defs:sleep (Results 26 – 50 of 5013) sorted by relevance

12345678910>>...201

/dports/lang/rust/rustc-1.58.1-src/vendor/tokio/tests/
H A Dtime_sleep.rs27 let sleep = time::sleep(Duration::from_millis(50)); in is_elapsed() localVariable
88 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_future_sleep_before_fire() localVariable
91 let mut sleep = sleep.into_inner(); in reset_future_sleep_before_fire() localVariable
105 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_turn() localVariable
108 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_turn() localVariable
122 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_fire() localVariable
125 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_fire() localVariable
140 let mut sleep = Box::pin(time::sleep_until(now + ms(100))); in reset_future_sleep_after_fire() localVariable
156 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_sleep_to_past() localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tokio-1.14.0/tests/
H A Dtime_sleep.rs27 let sleep = time::sleep(Duration::from_millis(10)); in is_elapsed() localVariable
88 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_future_sleep_before_fire() localVariable
91 let mut sleep = sleep.into_inner(); in reset_future_sleep_before_fire() localVariable
105 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_turn() localVariable
108 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_turn() localVariable
122 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_fire() localVariable
125 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_fire() localVariable
140 let mut sleep = Box::pin(time::sleep_until(now + ms(100))); in reset_future_sleep_after_fire() localVariable
156 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_sleep_to_past() localVariable
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/tokio-1.13.0/tests/
H A Dtime_sleep.rs27 let sleep = time::sleep(Duration::from_millis(10)); in is_elapsed() localVariable
88 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_future_sleep_before_fire() localVariable
91 let mut sleep = sleep.into_inner(); in reset_future_sleep_before_fire() localVariable
105 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_turn() localVariable
108 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_turn() localVariable
122 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_fire() localVariable
125 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_fire() localVariable
140 let mut sleep = Box::pin(time::sleep_until(now + ms(100))); in reset_future_sleep_after_fire() localVariable
156 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_sleep_to_past() localVariable
/dports/www/monolith/monolith-2.6.1/cargo-crates/tokio-1.8.0/tests/
H A Dtime_sleep.rs27 let sleep = time::sleep(Duration::from_millis(50)); in is_elapsed() localVariable
88 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_future_sleep_before_fire() localVariable
91 let mut sleep = sleep.into_inner(); in reset_future_sleep_before_fire() localVariable
105 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_turn() localVariable
108 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_turn() localVariable
122 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_fire() localVariable
125 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_fire() localVariable
140 let mut sleep = Box::pin(time::sleep_until(now + ms(100))); in reset_future_sleep_after_fire() localVariable
156 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_sleep_to_past() localVariable
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tokio-1.10.1/tests/
H A Dtime_sleep.rs27 let sleep = time::sleep(Duration::from_millis(10)); in is_elapsed() localVariable
88 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_future_sleep_before_fire() localVariable
91 let mut sleep = sleep.into_inner(); in reset_future_sleep_before_fire() localVariable
105 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_turn() localVariable
108 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_turn() localVariable
122 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_past_sleep_before_fire() localVariable
125 let mut sleep = sleep.into_inner(); in reset_past_sleep_before_fire() localVariable
140 let mut sleep = Box::pin(time::sleep_until(now + ms(100))); in reset_future_sleep_after_fire() localVariable
156 let mut sleep = task::spawn(Box::pin(time::sleep_until(now + ms(100)))); in reset_sleep_to_past() localVariable
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
129 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
133 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/www/owncloud/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
129 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/finance/prestashop/prestashop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
129 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
133 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
129 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
129 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/www/nextcloud/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/
H A DAntiFloodPlugin.php30 private $sleep; variable in Swift_Plugins_AntiFloodPlugin
53 public function __construct($threshold = 99, $sleep = 0, Swift_Plugins_Sleeper $sleeper = null)
85 public function setSleepTime($sleep)
129 public function sleep($seconds) function in Swift_Plugins_AntiFloodPlugin
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-1.14.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-1.14.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tokio-1.14.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-1.11.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tokio-1.12.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-1.9.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-1.12.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-1.12.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-1.14.0/tests/
H A Dtime_pause.rs59 let sleep = rng.gen_range(Duration::from_secs(0)..Duration::from_secs(1)); in paused_time_stress_run() localVariable
73 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in advance_after_poll() localVariable
91 let mut sleep = task::spawn(time::sleep_until(start + ms(300))); in sleep_no_poll() localVariable
107 sleep: Pin<Box<Sleep>>, field
152 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task() localVariable
170 let sleep = Box::pin(time::sleep_until(start + ms(300))); in sleep_same_task_no_poll() localVariable
256 let mut sleep = task::spawn(time::sleep_until(start + Duration::from_secs(60))); in regression_3710_with_submillis_advance() localVariable
286 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_once_with_timer() localVariable
303 let mut sleep = task::spawn(time::sleep(Duration::from_millis(1))); in advance_multi_with_timer() localVariable

12345678910>>...201