OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGSTOP
(Results
1 - 25
of
98
) sorted by relevancy
1
2
3
4
/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/external/gpl3/gdb.old/dist/sim/common/
target-newlib-signal.c
92
#ifdef
SIGSTOP
93
{ "
SIGSTOP
",
SIGSTOP
, 17 },
/src/external/gpl3/gdb/dist/sim/common/
target-newlib-signal.c
92
#ifdef
SIGSTOP
93
{ "
SIGSTOP
",
SIGSTOP
, 17 },
/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/amd64/
linux_sigarray.c
56
SIGSTOP
, /* 19 */
/src/sys/compat/linux/arch/i386/
linux_sigarray.c
54
SIGSTOP
, /* 19 */
/src/external/cddl/osnet/lib/libdtrace/
signal.d
61
inline int
SIGSTOP
= 17;
62
#pragma D binding "1.0"
SIGSTOP
/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_eventmask_wait.h
33
const int sigval =
SIGSTOP
;
t_ptrace_i386_wait.h
40
const int sigval =
SIGSTOP
;
t_ptrace_misc_wait.h
36
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 */
/src/sys/compat/linux/arch/aarch64/
linux_sigarray.c
49
/* 19 */ [LINUX_SIGSTOP] =
SIGSTOP
,
/src/external/public-domain/xz/dist/src/xz/
mytime.c
103
// FIXME? Is raising
SIGSTOP
the correct thing to do? POSIX.1-2017
107
// It's quite a bit more complicated than just raising
SIGSTOP
though.
109
// The difference between raising SIGTSTP vs.
SIGSTOP
can be seen on
113
raise(
SIGSTOP
);
/src/external/gpl2/gmake/dist/
signame.c
168
#if defined (
SIGSTOP
)
169
init_sig (
SIGSTOP
, "STOP", _("Stopped (signal)"));
/src/games/larn/
signal.c
118
signal(
SIGSTOP
, tstop);
/src/external/gpl3/gdb.old/dist/gdbsupport/
signals.cc
213
#if defined (
SIGSTOP
)
214
if (hostsig ==
SIGSTOP
)
470
#if defined (
SIGSTOP
)
472
return
SIGSTOP
;
/src/external/gpl3/gdb/dist/gdbsupport/
signals.cc
213
#if defined (
SIGSTOP
)
214
if (hostsig ==
SIGSTOP
)
470
#if defined (
SIGSTOP
)
472
return
SIGSTOP
;
Completed in 61 milliseconds
1
2
3
4
Indexes created Mon May 25 00:24:39 UTC 2026