OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PS_STOPPING
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
kern_sig.c
916
if ((p->p_sflag &
PS_STOPPING
) != 0) {
1384
p->p_stat == SACTIVE && (p->p_sflag &
PS_STOPPING
) == 0 &&
1415
if (p->p_stat == SACTIVE && (p->p_sflag &
PS_STOPPING
) == 0) {
1443
p->p_sflag &= ~
PS_STOPPING
;
1525
KASSERT((p->p_sflag &
PS_STOPPING
) != 0);
1548
KASSERT((p->p_sflag &
PS_STOPPING
) != 0);
1552
p->p_sflag &= ~
PS_STOPPING
;
1633
if ((p->p_sflag &
PS_STOPPING
) != 0) {
1715
if (p->p_stat == SACTIVE && (p->p_sflag &
PS_STOPPING
) == 0) {
1725
if ((p->p_sflag &
PS_STOPPING
) != 0)
[
all
...]
kern_lwp.c
560
p->p_sflag &= ~
PS_STOPPING
;
1010
if (p->p_stat == SSTOP || (p->p_sflag &
PS_STOPPING
) != 0) {
/src/sys/sys/
proc.h
400
#define
PS_STOPPING
0x80000000 /* Transitioning SACTIVE -> SSTOP */
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025