Home
last modified time | relevance | path

Searched refs:timewait (Results 1 – 25 of 74) sorted by relevance

123

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Dvsyncarch.c134 unsigned long thistime, timewait, targetdelay; in vsyncarch_sleep() local
152 timewait = vsyncarch_gettime() - thistime; in vsyncarch_sleep()
154 if (timewait >= targetdelay) { in vsyncarch_sleep()
155 delay_error = (delay_error * 3 + timewait - targetdelay + 1) / 4; in vsyncarch_sleep()
158 timewait = targetdelay - timewait; in vsyncarch_sleep()
161 if (timewait < TICKSPERSECOND) { in vsyncarch_sleep()
163 ts.tv_nsec = timewait; in vsyncarch_sleep()
165 ts.tv_sec = timewait / TICKSPERSECOND; in vsyncarch_sleep()
166 ts.tv_nsec = (timewait % TICKSPERSECOND); in vsyncarch_sleep()
170 if (usleep(timewait) == -EINVAL) usleep(999999); in vsyncarch_sleep()
/dports/devel/dmucs/dmucs/COSMIC/
H A DSmaskwait.c27 static struct timeval timewait; variable
149 timewait.tv_sec = 0L;
150 timewait.tv_usec= 0L;
155 timewait.tv_sec = seconds;
156 timewait.tv_usec= useconds;
157 timeptr = &timewait;
178 timewait_hold = timewait; in Smasktest()
182 timewait.tv_sec = 0L; in Smasktest()
183 timewait.tv_usec= 0L; in Smasktest()
184 timeptr = &timewait; in Smasktest()
[all …]
/dports/mail/mailscanner/MailScanner-5.3.4/
H A Dinstall.sh16 timewait () { function
120 timewait 1
144 timewait 1
159 timewait 2
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dpruning.py36 …pdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900))
37 …pdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900))
40 …tart_node(2, self.options.tmpdir, ["-debug","-maxreceivebuffer=20000","-prune=550"], timewait=900))
96 …mpdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900)
123 …-maxreceivebuffer=20000","-blockmaxsize=5000", "-checkblocks=5", "-disablesafemode"], timewait=900)
146 …-maxreceivebuffer=20000","-blockmaxsize=5000", "-checkblocks=5", "-disablesafemode"], timewait=900)
H A Dwallet-dump.py68 self.nodes = start_nodes(self.num_nodes, self.options.tmpdir, self.extra_args, timewait=60)
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dpruning.py36 …pdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900))
37 …pdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900))
40 …tart_node(2, self.options.tmpdir, ["-debug","-maxreceivebuffer=20000","-prune=550"], timewait=900))
96 …mpdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900)
123 …-maxreceivebuffer=20000","-blockmaxsize=5000", "-checkblocks=5", "-disablesafemode"], timewait=900)
146 …-maxreceivebuffer=20000","-blockmaxsize=5000", "-checkblocks=5", "-disablesafemode"], timewait=900)
H A Dwallet-dump.py68 self.nodes = start_nodes(self.num_nodes, self.options.tmpdir, self.extra_args, timewait=60)
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dpruning.py36 …pdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900))
37 …pdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900))
40 …tart_node(2, self.options.tmpdir, ["-debug","-maxreceivebuffer=20000","-prune=550"], timewait=900))
96 …mpdir, ["-debug","-maxreceivebuffer=20000","-blockmaxsize=999000", "-checkblocks=5"], timewait=900)
123 …-maxreceivebuffer=20000","-blockmaxsize=5000", "-checkblocks=5", "-disablesafemode"], timewait=900)
146 …-maxreceivebuffer=20000","-blockmaxsize=5000", "-checkblocks=5", "-disablesafemode"], timewait=900)
H A Dwallet-dump.py68 self.nodes = start_nodes(self.num_nodes, self.options.tmpdir, self.extra_args, timewait=60)
/dports/misc/grc/grc-1.11.1/contrib/mrsmith/
H A Dconf.netstat70 # timewait
71 regexp=timewait\s\((.*\))
74 # timewait off
/dports/sysutils/snooze/snooze-0.5/
H A Dsnooze.c29 static int timewait = -1; variable
275 case 'T': timewait = parse_dur(optarg); break; in main()
295 t = start - slack - 1 - timewait; in main()
299 if (timewait == -1) { in main()
304 if (t + timewait > start - slack) in main()
305 start = t + timewait; in main()
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/heartbeat/
H A Dnamed415 local timewait
428 timewait=$((OCF_RESKEY_CRM_meta_timeout/1500))
430 timewait=20
435 if [ $timeout -ge $timewait ]; then
H A Ddhcpd473 local timewait
500 timewait=$((OCF_RESKEY_CRM_meta_timeout/1500))
504 if [ $timeout -ge $timewait ]; then
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dio.c671 int timewait=100000; variable
689 timeout.tv_sec=timewait/1000000; in main()
690 timeout.tv_usec=timewait%1000000; in main()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/qa/rpc-tests/test_framework/
H A Dutil.py307 def start_node(i, dirname, extra_args=None, rpchost=None, timewait=None, binary=None): argument
323 proxy = get_rpc_proxy(url, i, timeout=timewait)
330 def start_nodes(num_nodes, dirname, extra_args=None, rpchost=None, timewait=None, binary=None): argument
339 … rpcs.append(start_node(i, dirname, extra_args[i], rpchost, timewait=timewait, binary=binary[i]))
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/test_framework/
H A Dutil.py307 def start_node(i, dirname, extra_args=None, rpchost=None, timewait=None, binary=None): argument
323 proxy = get_rpc_proxy(url, i, timeout=timewait)
330 def start_nodes(num_nodes, dirname, extra_args=None, rpchost=None, timewait=None, binary=None): argument
339 … rpcs.append(start_node(i, dirname, extra_args[i], rpchost, timewait=timewait, binary=binary[i]))
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/test_framework/
H A Dutil.py307 def start_node(i, dirname, extra_args=None, rpchost=None, timewait=None, binary=None): argument
323 proxy = get_rpc_proxy(url, i, timeout=timewait)
330 def start_nodes(num_nodes, dirname, extra_args=None, rpchost=None, timewait=None, binary=None): argument
339 … rpcs.append(start_node(i, dirname, extra_args[i], rpchost, timewait=timewait, binary=binary[i]))
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dsecid.rst15 resets, timewait ack, etc.). It is also conceivable that the label could be
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dsecid.rst15 resets, timewait ack, etc.). It is also conceivable that the label could be
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dsecid.rst15 resets, timewait ack, etc.). It is also conceivable that the label could be
/dports/x11-clocks/t3d/t3d-1.1_2/
H A Dt3d.c30 int timewait=40000; variable
280 { timewait=(atoi(*(++argv)));argc--;}
329 printf("nice\t%i\nfast\t%i\nmarks\t%i\nwait\t%i\n",niced,fastch,maxk,timewait);
831 timeout.tv_sec=timewait/1000000; in event_handler()
832 timeout.tv_usec=timewait%1000000; in event_handler()
/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dscenario.hpp70 bool timewait; member in message
H A Dcall.hpp278 bool timewait; member in call
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dt3d.c75 int timewait; member
291 st->timewait = get_integer_resource (st->dpy, "delay", "Integer"); in initialize()
372 printf("fast\t%i\nmarks\t%i\nwait\t%i\n",st->fastch,st->maxk,st->timewait); in initialize()
882 return st->timewait; in t3d_draw()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/test_framework/
H A Dtest_framework.py328 timewait=self.rpc_timeout,
479 timewait=self.rpc_timeout,

123