Home
last modified time | relevance | path

Searched refs:signalled (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/t/win32/
Dsignal.t58 my $signalled;
63 ++$signalled;
69 while (!$signalled && ++$count < 10) {
/openbsd/src/usr.sbin/pppd/pppstats/
Dpppstats.c74 int signalled; /* set if alarm goes off "early" */ variable
102 signalled = 1; in catchalarm()
176 signalled = 0; in intpr()
290 if (signalled == 0) { in intpr()
295 signalled = 0; in intpr()
/openbsd/src/usr.bin/nfsstat/
Dnfsstat.c67 volatile sig_atomic_t signalled; /* set if alarm goes off "early" */ variable
339 signalled = 0; in sidewaysintpr()
396 if (!signalled) in sidewaysintpr()
398 signalled = 0; in sidewaysintpr()
420 signalled = 1; in catchalarm()
/openbsd/src/usr.bin/netstat/
Dif.c315 volatile sig_atomic_t signalled; /* set if alarm goes off "early" */ variable
339 signalled = 0; in sidewaysintpr()
432 if (!signalled) in sidewaysintpr()
434 signalled = 0; in sidewaysintpr()
448 signalled = 1; in catchalarm()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-nat.h38 int signalled; member
Dlinux-nat.c896 while (lp->signalled && lp->stopped) in detach_callback()
911 lp->signalled = 0; in detach_callback()
1208 if (!lp->stopped && !lp->signalled) in stop_callback()
1228 lp->signalled = 1; in stop_callback()
1254 if (!lp->signalled) in stop_wait_callback()
1368 lp->signalled = 0; in stop_wait_callback()
1738 if (!lp->stopped && !lp->signalled) in stop_and_resume_callback()
1825 if (status && lp->signalled) in linux_nat_wait()
1918 lp->signalled = 1; in linux_nat_wait()
2029 if (lp->signalled in linux_nat_wait()
[all …]
DChangeLog-19986029 * infrun.c (wait_for_inferior): Don't add signalled processes
DChangeLog-20001621 code that deals with exiting/signalled threads. Replace with
/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dkill.t79 # Thread sleeps until signalled
129 # Do work until signalled to terminate
Dfree2.t94 # Wait until signalled by another thread
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dcond.t160 ok(4,1,"cond_signal: signalled");
185 ok(4,1,"cond_signal: ref: signalled");
Dwait.t100 ok($testno++, 1, "$test_type: child signalled condition");
233 ok($testno++, 1, "$test_type: child signalled condition");
Dwaithires.t144 ok($testno++, 1, "$test_type: child signalled condition");
279 ok($testno++, 1, "$test_type: child signalled condition");
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlfork.pod96 signalled with C<kill('TERM', ...)> to avoid deadlock during process
155 for any child that has been signalled with C<kill('TERM', ...)>
Dperlreguts.pod514 to need Unicode representation., which is signalled by
Dperl5140delta.pod877 =head3 fork() emulation will not wait for signalled children
2932 See also L</"fork() emulation will not wait for signalled children"> and
/openbsd/src/gnu/usr.bin/cvs/src/
Doptions.h.in184 * sufficiently to reach the low water mark, it will be signalled to
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dannotate.texinfo757 @findex signalled
787 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
Dgdb.texinfo16629 *stopped,reason="exited-signalled",signal-name="SIGINT",
19063 @findex signalled
19093 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
/openbsd/src/usr.bin/ssh/
DPROTOCOL143 a "strict KEX" feature. This feature is signalled similarly to the
176 authentication is signalled by the client including a
/openbsd/src/usr.sbin/unbound/doc/
DChangelog1594 - Fix #596: only unset RA when NXDOMAIN is signalled.
8060 - algorithm compromise protection using the algorithms signalled in
9447 - winsock event handler resets WSAevents after signalled.
9448 - winsock event handler tests if signals are really signalled.
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUUsage.rst13343 queue is signalled to put it into the
13385 queue is signalled to put it into the
13426 … queue is signalled to put it into the
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dcris.cpu2257 ; Write failures are signalled (by whatever entity "sends
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog6296 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6297 order for 'signalled' message.
6908 signalled by the demangling test functions in an orderly way.
/openbsd/src/usr.sbin/nsd/doc/
DChangeLog3407 reload is now signalled to stop too.

12