Searched refs:expect_core (Results 1 – 2 of 2) sorted by relevance
142 int expect_core = (sig == SIGABRT) ? 1 : 0; in raise_raw() local212 ATF_REQUIRE_EQ(!!WCOREDUMP(status), expect_core); in raise_raw()
1201 int expect_core; in TRACEME_SENDSIGNAL_IGNORED() local1210 expect_core = 1; in TRACEME_SENDSIGNAL_IGNORED()1213 expect_core = 0; in TRACEME_SENDSIGNAL_IGNORED()1294 validate_status_signaled(status, sigsent, expect_core); in TRACEME_SENDSIGNAL_IGNORED()1340 volatile int expect_core; in TRACEME_SENDSIGNAL_SIMPLE() local1349 expect_core = 1; in TRACEME_SENDSIGNAL_SIMPLE()1352 expect_core = 0; in TRACEME_SENDSIGNAL_SIMPLE()1438 validate_status_signaled(status, sigval, expect_core); in TRACEME_SENDSIGNAL_SIMPLE()