Home
last modified time | relevance | path

Searched refs:sleep_sec (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/sqtop/sqtop-2015-02-08/src/
H A Doptions.cpp23 sleep_sec = 2; in Options()
53 sleep_sec = pOrig->sleep_sec; in CopyFrom()
H A Dsqtop.cpp149 for (int i=0; i<pArgs->pOpts->sleep_sec; ++i) { in squid_loop()
216 pOpts->sleep_sec = Utils::stol(optarg); in main()
218 … cerr << "Refresh interval should be greater than 0, using default - " << pOpts->sleep_sec << endl; in main()
H A Doptions.hpp41 int sleep_sec; member in sqtop::Options
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/gce/gci/
H A Dmaster-helper.sh104 local sleep_sec=10
114 sleep "${sleep_sec}"
125 local sleep_sec=10
129 sleep_sec=60
204 sleep $sleep_sec
/dports/sysutils/munin-master/munin-2.0.67/node/_bin/
H A Dmunin-asyncd.in231 my $sleep_sec = $when_next - time;
233 if ($sleep_sec > 0) {
234 print STDERR "[$$][$process_name] Sleeping $sleep_sec sec\n" if $verbose;
235 sleep $sleep_sec;
237 print STDERR "[$$][$process_name] Already late : should sleep $sleep_sec sec\n" if $verbose;
/dports/sysutils/munin-node/munin-2.0.67/node/_bin/
H A Dmunin-asyncd.in231 my $sleep_sec = $when_next - time;
233 if ($sleep_sec > 0) {
234 print STDERR "[$$][$process_name] Sleeping $sleep_sec sec\n" if $verbose;
235 sleep $sleep_sec;
237 print STDERR "[$$][$process_name] Already late : should sleep $sleep_sec sec\n" if $verbose;
/dports/sysutils/munin-common/munin-2.0.67/node/_bin/
H A Dmunin-asyncd.in231 my $sleep_sec = $when_next - time;
233 if ($sleep_sec > 0) {
234 print STDERR "[$$][$process_name] Sleeping $sleep_sec sec\n" if $verbose;
235 sleep $sleep_sec;
237 print STDERR "[$$][$process_name] Already late : should sleep $sleep_sec sec\n" if $verbose;
/dports/games/coffeebreak/coffeebreak-0.1.1/
H A Dcoffeebreak.sh65 sleep_sec="$2"
95 [ "$sleep_sec" ] && sleep "$sleep_sec"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dexclusive_lease_helpers.rb31 def in_lock(key, ttl: 1.minute, retries: 10, sleep_sec: 0.01.seconds)
34 lease = SleepingLock.new(key, timeout: ttl, delay: sleep_sec)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/exclusive_lease_helpers/
H A Dsleeping_lock.rb19 sleep(sleep_sec) unless first_attempt?
45 def sleep_sec method in Gitlab.ExclusiveLeaseHelpers.SleepingLock
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__issue600.py15 def f(sleep_sec): argument
16 gevent.sleep(sleep_sec)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestshmconsumer.c33 static int msgwait(int sleep_sec, int first_box, int last_box) in msgwait() argument
38 apr_interval_time_t sleep_duration = apr_time_from_sec(sleep_sec); in msgwait()
/dports/devel/apr1/apr-1.7.0/test/
H A Dtestshmconsumer.c33 static int msgwait(int sleep_sec, int first_box, int last_box) in msgwait() argument
38 apr_interval_time_t sleep_duration = apr_time_from_sec(sleep_sec); in msgwait()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/util/
H A Dratelimitutils.py76 self.sleep_sec = config.sleep_delay / 1000.0
148 logger.debug("Ratelimiter: sleeping request for %f sec", self.sleep_sec)
149 ret_defer = run_in_background(self.clock.sleep, self.sleep_sec)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dwaiters.py391 sleep_sec = 0
506 sleep_sec = min(sleep_sec + 1, _MAX_TIME_BETWEEN_POLLS_SEC)
507 log.debug('Sleeping for %ss.', sleep_sec)
508 time_util.Sleep(sleep_sec)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Ddb_purge.cpp655 int sleep_sec = 600; in main() local
708 sleep_sec = atoi(argv[i]); in main()
709 if (sleep_sec < 1 || sleep_sec > 86400) { in main()
712 sleep_sec in main()
794 daemon_sleep(sleep_sec); in main()
/dports/security/hashcat/hashcat-6.2.5/tools/
H A Dbenchmark_deep.pl19 my $sleep_sec = 12;
492 sleep ($sleep_sec);
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dsleep.c39 mrb_int sleep_sec = (mrb_int)(h2o_now(shared->ctx->loop) - ctx->started_at) / 1000; in on_sleep_timeout() local
42 h2o_mruby_run_fiber(ctx->ctx, ctx->receiver, mrb_fixnum_value(sleep_sec), NULL); in on_sleep_timeout()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Dexclusive_lease_helpers_spec.rb98 let(:options) { { retries: 1, sleep_sec: 0.05.seconds } }
108 let(:options) { { retries: 2, sleep_sec: ->(num) { 0.1 + num } } }
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/
H A Dsa-update.raw776 my $sleep_sec = 2;
785 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
786 sleep($sleep_sec) if %mirrors;
796 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
797 sleep($sleep_sec) if %mirrors;
808 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
809 sleep($sleep_sec) if %mirrors;
819 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
820 sleep($sleep_sec) if %mirrors;
/dports/mail/spamassassin-devel/spamassassin-1ea352210/
H A Dsa-update.raw792 my $sleep_sec = 2;
801 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
802 sleep($sleep_sec) if %mirrors;
812 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
813 sleep($sleep_sec) if %mirrors;
824 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
825 sleep($sleep_sec) if %mirrors;
835 %mirrors ? "sleeping $sleep_sec sec and trying next" : 'no mirrors left');
836 sleep($sleep_sec) if %mirrors;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_export_ovf.py144 sleep_sec = 0
148 sleep_sec += 1
150 if sleep_sec == self.updateInterval:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_export_ovf.py138 sleep_sec = 0
142 sleep_sec += 1
144 if sleep_sec == self.updateInterval:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/ci/pipelines/
H A Dadd_job_service.rb19 …in_lock("ci:pipelines:#{pipeline.id}:add-job", ttl: LOCK_TIMEOUT, sleep_sec: LOCK_SLEEP, retries: …
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/t/
H A Dmysqldump_gtid_purged.inc18 --let $sleep_sec = 5
46 --real_sleep $sleep_sec

123