OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_status
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace_sigchld.c
90
static int
expected_status
;
variable in typeref:typename:int
103
ATF_REQUIRE_EQ(WEXITSTATUS(info->si_status),
expected_status
);
105
ATF_REQUIRE_EQ(WSTOPSIG(info->si_status),
expected_status
);
107
ATF_REQUIRE_EQ(WTERMSIG(info->si_status),
expected_status
);
166
expected_status
= SIGKILL;
170
expected_status
= SIGSTOP;
199
expected_status
= exitval;
Completed in 42 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025