Home
last modified time | relevance | path

Searched refs:waitfor (Results 51 – 75 of 987) sorted by relevance

12345678910>>...40

/dports/lang/perl5.34/perl-5.34.0/dist/Time-HiRes/t/
H A DWatchdog.pm8 my $waitfor = 360; # 30-45 seconds is normal (load affects this).
18 print("# I am the watchdog process $$, sleeping for $waitfor seconds...\n");
19 sleep($waitfor - 2); # Workaround for perlbug #49073
22 warn "\n$0: overall time allowed for tests (${waitfor}s) exceeded!\n";
30 $TheEnd = time() + $waitfor;
42 …_pid before it terminates me in %d seconds (testing took %d seconds).\n", $left, $waitfor - $left);
/dports/lang/perl5.30/perl-5.30.3/dist/Time-HiRes/t/
H A DWatchdog.pm8 my $waitfor = 360; # 30-45 seconds is normal (load affects this).
18 print("# I am the watchdog process $$, sleeping for $waitfor seconds...\n");
19 sleep($waitfor - 2); # Workaround for perlbug #49073
22 warn "\n$0: overall time allowed for tests (${waitfor}s) exceeded!\n";
30 $TheEnd = time() + $waitfor;
42 …_pid before it terminates me in %d seconds (testing took %d seconds).\n", $left, $waitfor - $left);
/dports/lang/perl5.32/perl-5.32.1/dist/Time-HiRes/t/
H A DWatchdog.pm8 my $waitfor = 360; # 30-45 seconds is normal (load affects this).
18 print("# I am the watchdog process $$, sleeping for $waitfor seconds...\n");
19 sleep($waitfor - 2); # Workaround for perlbug #49073
22 warn "\n$0: overall time allowed for tests (${waitfor}s) exceeded!\n";
30 $TheEnd = time() + $waitfor;
42 …_pid before it terminates me in %d seconds (testing took %d seconds).\n", $left, $waitfor - $left);
/dports/devel/p5-Time-HiRes/Time-HiRes-1.9764/t/
H A DWatchdog.pm8 my $waitfor = 360; # 30-45 seconds is normal (load affects this).
18 print("# I am the watchdog process $$, sleeping for $waitfor seconds...\n");
19 sleep($waitfor - 2); # Workaround for perlbug #49073
22 warn "\n$0: overall time allowed for tests (${waitfor}s) exceeded!\n";
30 $TheEnd = time() + $waitfor;
42 …_pid before it terminates me in %d seconds (testing took %d seconds).\n", $left, $waitfor - $left);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Time-HiRes/t/
H A DWatchdog.pm8 my $waitfor = 360; # 30-45 seconds is normal (load affects this).
18 print("# I am the watchdog process $$, sleeping for $waitfor seconds...\n");
19 sleep($waitfor - 2); # Workaround for perlbug #49073
22 warn "\n$0: overall time allowed for tests (${waitfor}s) exceeded!\n";
30 $TheEnd = time() + $waitfor;
42 …_pid before it terminates me in %d seconds (testing took %d seconds).\n", $left, $waitfor - $left);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/lib/jdk/test/lib/thread/
H A DProcessThread.java67 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
68 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
78 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
79 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
119 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
138 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
142 this.waitfor = waitfor; in ProcessRunnable()
153 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/lib/testlibrary/jdk/testlibrary/
H A DProcessThread.java64 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
65 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
75 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
76 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
116 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
135 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
139 this.waitfor = waitfor; in ProcessRunnable()
150 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/jdk/test/lib/thread/
H A DProcessThread.java67 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
68 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
78 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
79 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
119 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
138 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
142 this.waitfor = waitfor; in ProcessRunnable()
153 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/jdk/test/lib/thread/
H A DProcessThread.java67 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
68 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
78 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
79 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
119 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
138 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
142 this.waitfor = waitfor; in ProcessRunnable()
153 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/lib/testlibrary/jdk/testlibrary/
H A DProcessThread.java64 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
65 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
75 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
76 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
116 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
135 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
139 this.waitfor = waitfor; in ProcessRunnable()
150 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/jdk/test/lib/thread/
H A DProcessThread.java67 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
68 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
78 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
79 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
119 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
138 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
142 this.waitfor = waitfor; in ProcessRunnable()
153 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/lib/jdk/test/lib/thread/
H A DProcessThread.java67 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
68 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
78 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
79 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
119 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
138 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
142 this.waitfor = waitfor; in ProcessRunnable()
153 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib/jdk/test/lib/thread/
H A DProcessThread.java67 public ProcessThread(String threadName, Predicate<String> waitfor, String... cmd) { in ProcessThread() argument
68 super(new ProcessRunnable(new ProcessBuilder(cmd), threadName, waitfor), threadName); in ProcessThread()
78 public ProcessThread(String threadName, Predicate<String> waitfor, ProcessBuilder pb) { in ProcessThread() argument
79 super(new ProcessRunnable(pb, threadName, waitfor), threadName); in ProcessThread()
119 private final Predicate<String> waitfor; field in ProcessThread.ProcessRunnable
138 public ProcessRunnable(ProcessBuilder pb, String name, Predicate<String> waitfor) { in ProcessRunnable() argument
142 this.waitfor = waitfor; in ProcessRunnable()
153 this.process = ProcessTools.startProcess(name, processBuilder, waitfor); in xrun()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/tests/
H A Dintl-thread-3-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
89 waitfor (1); in thread1_execution()
99 waitfor (1); in thread1_execution()
117 waitfor (2); in thread2_execution()
123 waitfor (2); in thread2_execution()
133 waitfor (2); in thread2_execution()
H A Dintl-thread-2-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
87 waitfor (1); in thread1_execution()
97 waitfor (1); in thread1_execution()
115 waitfor (2); in thread2_execution()
119 waitfor (2); in thread2_execution()
129 waitfor (2); in thread2_execution()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/tests/
H A Dintl-thread-2-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
87 waitfor (1); in thread1_execution()
97 waitfor (1); in thread1_execution()
115 waitfor (2); in thread2_execution()
119 waitfor (2); in thread2_execution()
129 waitfor (2); in thread2_execution()
H A Dintl-thread-3-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
89 waitfor (1); in thread1_execution()
99 waitfor (1); in thread1_execution()
117 waitfor (2); in thread2_execution()
123 waitfor (2); in thread2_execution()
133 waitfor (2); in thread2_execution()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/tests/
H A Dintl-thread-2-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
87 waitfor (1); in thread1_execution()
97 waitfor (1); in thread1_execution()
115 waitfor (2); in thread2_execution()
119 waitfor (2); in thread2_execution()
129 waitfor (2); in thread2_execution()
H A Dintl-thread-3-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
89 waitfor (1); in thread1_execution()
99 waitfor (1); in thread1_execution()
117 waitfor (2); in thread2_execution()
123 waitfor (2); in thread2_execution()
133 waitfor (2); in thread2_execution()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/tests/
H A Dintl-thread-2-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
87 waitfor (1); in thread1_execution()
97 waitfor (1); in thread1_execution()
115 waitfor (2); in thread2_execution()
119 waitfor (2); in thread2_execution()
129 waitfor (2); in thread2_execution()
H A Dintl-thread-3-prg.c57 waitfor (int value) in waitfor() function
83 waitfor (1); in thread1_execution()
89 waitfor (1); in thread1_execution()
99 waitfor (1); in thread1_execution()
117 waitfor (2); in thread2_execution()
123 waitfor (2); in thread2_execution()
133 waitfor (2); in thread2_execution()
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dgsm-statemachine.c235 static gn_error __sm_block_timeout(int waitfor, int t, gn_data *data, struct gn_statemachine *state) in __sm_block_timeout() argument
247 err = sm_wait_for(waitfor, data, state); in __sm_block_timeout()
269 return sm_error_get(waitfor, state); in __sm_block_timeout()
280 return sm_error_get(waitfor, state); in __sm_block_timeout()
287 gn_error sm_block_timeout(int waitfor, int t, gn_data *data, struct gn_statemachine *state) in sm_block_timeout() argument
293 err = __sm_block_timeout(waitfor, t, data, state); in sm_block_timeout()
303 gn_error sm_block(int waitfor, gn_data *data, struct gn_statemachine *state) in sm_block() argument
305 return sm_block_timeout(waitfor, 40, data, state); in sm_block()
311 return __sm_block_timeout(waitfor, t, data, state); in sm_block_no_retry_timeout()
315 gn_error sm_block_no_retry(int waitfor, gn_data *data, struct gn_statemachine *state) in sm_block_no_retry() argument
[all …]
/dports/graphics/dia/dia-0.97.3/objects/chronogram/
H A Dchronoline_event.c146 enum {EVENT,LENGTH} waitfor = EVENT; in parse_clevent() local
168 if (waitfor == EVENT) { in parse_clevent()
171 case 'U': et = CLE_UNKNOWN; waitfor = LENGTH; p = np; break; in parse_clevent()
172 case '@': et = CLE_START; waitfor = LENGTH; p = np ; break; in parse_clevent()
173 case '(': et = CLE_ON; waitfor = LENGTH; p = np; break; in parse_clevent()
174 case ')': et = CLE_OFF; waitfor = LENGTH; p = np; break; in parse_clevent()
204 waitfor=EVENT; in parse_clevent()
207 if (waitfor == LENGTH) { in parse_clevent()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/sysutils/
H A Dtrwsync.pp429 w1.waitfor;
430 w2.waitfor;
431 w3.waitfor;
432 w4.waitfor;
456 rw1.waitfor;
457 rw2.waitfor;
458 rw3.waitfor;
474 d1.waitfor;
475 d2.waitfor;
488 dr1.waitfor;
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/teamspeak/
H A Dteamspeak_user55 $telnet->waitfor("/Welcome to the TeamSpeak 3 ServerQuery interface/");
59 $telnet->waitfor("/error id=0 msg=ok/");
62 $telnet->waitfor("/error id=0 msg=ok/");
75 $telnet->waitfor("/error id=0 msg=ok/");

12345678910>>...40