OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGSTOP
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/sys/compat/linux/arch/arm/
linux_sigarray.c
54
SIGSTOP
,
/src/sys/compat/linux/arch/m68k/
linux_sigarray.c
54
SIGSTOP
,
/src/lib/librumpuser/
rumpuser_sigtrans.c
74
#ifdef
SIGSTOP
75
case 17 : return
SIGSTOP
;
/src/sys/compat/linux/arch/alpha/
linux_sigarray.c
52
SIGSTOP
,
/src/sys/compat/linux/arch/mips/
linux_sigarray.c
61
SIGSTOP
,
/src/sys/compat/linux/arch/powerpc/
linux_sigarray.c
54
SIGSTOP
,
/src/sys/compat/linux/arch/i386/
linux_sigarray.c
54
SIGSTOP
, /* 19 */
/src/sys/compat/linux/arch/amd64/
linux_sigarray.c
56
SIGSTOP
, /* 19 */
/src/tests/lib/libc/sys/
t_wait.c
194
ATF_REQUIRE(kill(pid,
SIGSTOP
) == 0);
198
ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) ==
SIGSTOP
);
200
ATF_REQUIRE(si.si_status ==
SIGSTOP
);
262
printf("Before loop of
SIGSTOP
/SIGCONT sequence %zu times\n", N);
264
ATF_REQUIRE(kill(pid,
SIGSTOP
) == 0);
268
ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) ==
SIGSTOP
);
270
ATF_REQUIRE(si.si_status ==
SIGSTOP
);
t_ptrace_kill_wait.h
32
const int sigval =
SIGSTOP
;
t_ptrace_topology_wait.h
122
raise(
SIGSTOP
);
149
/* Wait for tracee and assert that it was stopped w/
SIGSTOP
*/
153
forkee_status_stopped(status,
SIGSTOP
);
331
SYSCALL_REQUIRE(raise(
SIGSTOP
) != -1);
353
validate_status_stopped(status,
SIGSTOP
);
435
forkee_status_stopped(status,
SIGSTOP
);
452
SYSCALL_REQUIRE(raise(
SIGSTOP
) != -1);
494
* The ATF framework (atf-run) does not tolerate raise(
SIGSTOP
), as
616
/* Wait for tracee and assert that it was stopped w/
SIGSTOP
*/
620
forkee_status_stopped(status,
SIGSTOP
);
[
all
...]
t_ptrace_i386_wait.h
40
const int sigval =
SIGSTOP
;
t_ptrace_misc_wait.h
36
const int sigval =
SIGSTOP
;
t_ptrace_eventmask_wait.h
33
const int sigval =
SIGSTOP
;
t_ptrace_sigchld.c
168
case
SIGSTOP
:
170
expected_status =
SIGSTOP
;
226
TRACEME_RAISE(traceme_raise2,
SIGSTOP
) /* non-maskable */
t_fork.c
153
if (sig ==
SIGSTOP
231
case
SIGSTOP
:
257
RAISE(raise2,
SIGSTOP
) /* non-maskable */
t_ptrace_amd64_wait.h
43
const int sigval =
SIGSTOP
;
t_ptrace_syscall_wait.h
48
const int sigval =
SIGSTOP
;
202
const int sigval =
SIGSTOP
;
t_ptrace_signal_wait.h
162
TRACEME_RAISE(traceme_raise2,
SIGSTOP
) /* non-maskable */
178
const int sigval =
SIGSTOP
;
277
// A signal handler for SIGKILL and
SIGSTOP
cannot be ignored.
293
const int sigval =
SIGSTOP
;
370
// A signal handler for SIGKILL and
SIGSTOP
cannot be masked.
506
const int sigval =
SIGSTOP
;
725
const int sigval =
SIGSTOP
;
948
const int sigval =
SIGSTOP
;
1035
// A signal handler for SIGKILL and
SIGSTOP
cannot be registered.
1051
const int sigval =
SIGSTOP
;
[
all
...]
/src/sys/compat/linux/arch/aarch64/
linux_sigarray.c
49
/* 19 */ [LINUX_SIGSTOP] =
SIGSTOP
,
/src/games/larn/
signal.c
118
signal(
SIGSTOP
, tstop);
/src/games/warp/
sig.c
53
sigset(
SIGSTOP
, stop_catcher);
/src/usr.sbin/lpr/filters/
lpf.c
168
kill(getpid(),
SIGSTOP
);
/src/tests/kernel/
t_zombie.c
212
KILLABLE(signal2,
SIGSTOP
) /* non-maskable */
/src/sys/sys/
signal.h
69
#define
SIGSTOP
17 /* sendable stop signal not from tty */
Completed in 74 milliseconds
1
2
Indexes created Sat Oct 18 23:09:54 GMT 2025