OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSIGNALED
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
proc.h
66
#define
PSIGNALED
(1<<4) /* terminated by a signal != SIGINT */
79
#define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|
PSIGNALED
|PINTERRUPTED)
proc.c
130
pp->p_flags |=
PSIGNALED
;
174
if (jobflags & (
PSIGNALED
| PSTOPPED | PPTIME) ||
305
if ((jobflags & (
PSIGNALED
| PSTOPPED | PTIME)) ||
338
reason = fp->p_flags & (
PSIGNALED
| PINTERRUPTED) ?
722
case
PSIGNALED
:
Completed in 14 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025