OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSTOP
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/compat/linux/arch/arm/
linux_ptrace.c
160
if (t->p_pptr != p || t->p_stat !=
SSTOP
|| !t->p_waited) {
/src/sys/kern/
kern_exit.c
250
p->p_stat =
SSTOP
;
696
*status = (child->p_xsig == SIGCONT && child->p_stat !=
SSTOP
) ?
1100
child->p_stat ==
SSTOP
&&
1328
(child->p_stat ==
SSTOP
&& !child->p_waited)) {
sys_ptrace_common.c
478
(t->p_stat !=
SSTOP
|| !t->p_waited /* XXXSMP */)) {
948
if (t->p_stat ==
SSTOP
) {
1392
if (!ISSET(t->p_slflag, PSL_SYSCALL) || t->p_stat !=
SSTOP
) {
kern_fork.c
574
* if the parent requested the child to start in
SSTOP
state.
594
p2->p_stat =
SSTOP
;
kern_synch.c
985
if (p->p_stat !=
SSTOP
) {
990
p->p_stat =
SSTOP
;
kern_sig.c
1300
if (p->p_stat != SACTIVE && p->p_stat !=
SSTOP
)
1440
if (p->p_stat ==
SSTOP
&& !p->p_waited)
1553
p->p_stat =
SSTOP
;
1763
if (p->p_stat ==
SSTOP
|| (p->p_sflag & PS_STOPPING) != 0) {
1851
if (p->p_stat ==
SSTOP
|| (p->p_sflag & PS_STOPPING) != 0) {
2490
* Given a process in state
SSTOP
, set the state back to SACTIVE and
sys_sig.c
252
if (p == NULL || (p->p_stat != SACTIVE && p->p_stat !=
SSTOP
)) {
kern_exec.c
1413
p->p_stat =
SSTOP
;
2227
* set state to
SSTOP
so that this proc can be found by pid.
2237
KASSERT(ostat <
SSTOP
);
2238
p->p_stat =
SSTOP
;
2813
* if the parent requested the child to start in
SSTOP
state.
kern_proc.c
906
if (__predict_true(p->p_stat == SACTIVE || p->p_stat ==
SSTOP
)) {
1627
if (p->p_stat ==
SSTOP
) {
kern_lwp.c
1010
if (p->p_stat ==
SSTOP
|| (p->p_sflag & PS_STOPPING) != 0) {
/src/sys/arch/sh3/sh3/
process_machdep.c
248
if (l->l_proc->p_stat !=
SSTOP
)
/src/sys/compat/linux/arch/i386/
linux_ptrace.c
202
if (t->p_pptr != p || t->p_stat !=
SSTOP
|| !t->p_waited) {
/src/sys/compat/linux/arch/powerpc/
linux_ptrace.c
179
if (t->p_pptr != p || t->p_stat !=
SSTOP
|| !t->p_waited) {
/src/sys/arch/powerpc/powerpc/
process_machdep.c
259
if (l->l_proc->p_stat !=
SSTOP
)
/src/sys/arch/i386/i386/
process_machdep.c
385
if (l->l_proc->p_stat !=
SSTOP
)
/src/sys/sys/
proc.h
365
#define
SSTOP
4 /* Process debugging or suspension */
400
#define PS_STOPPING 0x80000000 /* Transitioning SACTIVE ->
SSTOP
*/
/src/bin/ps/
ps.c
565
case
SSTOP
:
/src/sys/arch/amd64/amd64/
netbsd32_machdep.c
560
if (l->l_proc->p_stat !=
SSTOP
)
/src/sys/arch/vax/vax/
pmap.c
686
if (l->l_proc->p_stat != SACTIVE && l->l_proc->p_stat !=
SSTOP
)
Completed in 50 milliseconds
Indexes created Wed Nov 05 01:09:58 GMT 2025