Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 25 of 6835) sorted by relevance

12345678910>>...274

/dports/shells/yash/yash-2.51/tests/
H A Djobs-y.tst21 [1] Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : 1'
22 [2] - Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : 2'
23 [3] + Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : 3'
41 [1] Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : task-1'
43 [1] Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : task-1'
45 [2] - Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : task-2'
47 [2] - Stopped(SIGSTOP) "${TESTEE}" -c 'suspend; : task-2'
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal_unix.go13 signal.Ignore(syscall.SIGSTOP) // want `cannot be trapped`
14 signal.Notify(c, syscall.SIGSTOP) // want `cannot be trapped`
15 signal.Reset(syscall.SIGSTOP) // want `cannot be trapped`
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal_unix.go13 signal.Ignore(syscall.SIGSTOP) // want `cannot be trapped`
14 signal.Notify(c, syscall.SIGSTOP) // want `cannot be trapped`
15 signal.Reset(syscall.SIGSTOP) // want `cannot be trapped`
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal_unix.go13 signal.Ignore(syscall.SIGSTOP) // want `cannot be trapped`
14 signal.Notify(c, syscall.SIGSTOP) // want `cannot be trapped`
15 signal.Reset(syscall.SIGSTOP) // want `cannot be trapped`
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal_unix.go13 signal.Ignore(syscall.SIGSTOP) // want `cannot be trapped`
14 signal.Notify(c, syscall.SIGSTOP) // want `cannot be trapped`
15 signal.Reset(syscall.SIGSTOP) // want `cannot be trapped`
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal_unix.go14 signal.Ignore(syscall.SIGSTOP) // want `cannot be trapped`
15 signal.Notify(c, syscall.SIGSTOP) // want `cannot be trapped`
16 signal.Reset(syscall.SIGSTOP) // want `cannot be trapped`
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckUntrappableSignal/
H A DCheckUntrappableSignal_unix.go13 signal.Ignore(syscall.SIGSTOP) // want `cannot be trapped`
14 signal.Notify(c, syscall.SIGSTOP) // want `cannot be trapped`
15 signal.Reset(syscall.SIGSTOP) // want `cannot be trapped`
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/sigaction/
H A D30-1.c156 output( "Trying to catch unauthorized signal SIGSTOP (%d)\n", SIGSTOP ); in main()
159 ret = sigaction( SIGSTOP, &sa, 0 ); in main()
196 output( "Trying to ignore unauthorized signal SIGSTOP (%d)\n", SIGSTOP ); in main()
199 ret = sigaction( SIGSTOP, &sa, 0 ); in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_4-2.in10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for %%MYSIG%% with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
/dports/lang/php73/php-7.3.33/ext/pcntl/tests/
H A D001.phpt56 posix_kill($pid, SIGSTOP);
60 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
82 Process was stoped by signal : SIGSTOP
/dports/www/mod_php81/php-8.1.1/ext/pcntl/tests/
H A D001.phpt60 posix_kill($pid, SIGSTOP);
64 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
86 Process was stopped by signal : SIGSTOP
/dports/lang/php80/php-8.0.15/ext/pcntl/tests/
H A D001.phpt59 posix_kill($pid, SIGSTOP);
63 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
85 Process was stopped by signal : SIGSTOP
/dports/lang/php81/php-8.1.1/ext/pcntl/tests/
H A D001.phpt60 posix_kill($pid, SIGSTOP);
64 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
86 Process was stopped by signal : SIGSTOP
/dports/lang/php74/php-7.4.27/ext/pcntl/tests/
H A D001.phpt59 posix_kill($pid, SIGSTOP);
63 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
85 Process was stoped by signal : SIGSTOP
/dports/devel/php73-pcntl/php-7.3.33/ext/pcntl/tests/
H A D001.phpt56 posix_kill($pid, SIGSTOP);
60 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
82 Process was stoped by signal : SIGSTOP
/dports/www/mod_php73/php-7.3.33/ext/pcntl/tests/
H A D001.phpt56 posix_kill($pid, SIGSTOP);
60 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
82 Process was stoped by signal : SIGSTOP
/dports/devel/php81-pcntl/php-8.1.1/ext/pcntl/tests/
H A D001.phpt60 posix_kill($pid, SIGSTOP);
64 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
86 Process was stopped by signal : SIGSTOP
/dports/devel/php80-pcntl/php-8.0.15/ext/pcntl/tests/
H A D001.phpt59 posix_kill($pid, SIGSTOP);
63 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
85 Process was stopped by signal : SIGSTOP
/dports/devel/php74-pcntl/php-7.4.27/ext/pcntl/tests/
H A D001.phpt59 posix_kill($pid, SIGSTOP);
63 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
85 Process was stoped by signal : SIGSTOP
/dports/www/mod_php80/php-8.0.15/ext/pcntl/tests/
H A D001.phpt59 posix_kill($pid, SIGSTOP);
63 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
85 Process was stopped by signal : SIGSTOP
/dports/www/mod_php74/php-7.4.27/ext/pcntl/tests/
H A D001.phpt59 posix_kill($pid, SIGSTOP);
63 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
85 Process was stoped by signal : SIGSTOP
/dports/databases/redis-devel/redis-0e5b813/tests/integration/
H A Dfailover.tcl69 exec kill -SIGSTOP [srv -1 pid]
111 exec kill -SIGSTOP $node_0_pid
141 exec kill -SIGSTOP $node_0_pid
189 exec kill -SIGSTOP [srv -1 pid]
221 exec kill -SIGSTOP [srv -1 pid]
258 exec kill -SIGSTOP [srv -1 pid]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/sys/
H A Dsignal.h270 #define SIGSTOP 16 macro
295 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
327 #define SIGSTOP 23 /* sendable stop signal not from tty */ macro
335 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dsignal.h216 #define SIGSTOP 16 macro
241 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
273 #define SIGSTOP 23 /* sendable stop signal not from tty */ macro
281 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dsignal.h216 #define SIGSTOP 16 macro
241 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
273 #define SIGSTOP 23 /* sendable stop signal not from tty */ macro
281 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro

12345678910>>...274