HomeSort by: relevance | last modified time | path
    Searched defs:expect_core (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_fork.c 142 int expect_core = (sig == SIGABRT) ? 1 : 0; local in function:raise_raw
212 ATF_REQUIRE_EQ(!!WCOREDUMP(status), expect_core);
t_ptrace_signal_wait.h 1233 int expect_core; local in function:TRACEME_SENDSIGNAL_IGNORED
1242 expect_core = 1;
1245 expect_core = 0;
1326 validate_status_signaled(status, sigsent, expect_core);
1372 volatile int expect_core; local in function:TRACEME_SENDSIGNAL_SIMPLE
1381 expect_core = 1;
1384 expect_core = 0;
1470 validate_status_signaled(status, sigval, expect_core);

Completed in 16 milliseconds