Home
last modified time | relevance | path

Searched refs:_expected_signal (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c80 int _expected_signal = 0; variable
170 } else if (!_expected_signal) { in child_terminated_normally()
175 if (signal == _expected_signal || in child_terminated_normally()
176 (_expected_signal == -1 && (signal == SIGBUS || signal == SIGSEGV))) { in child_terminated_normally()
269 _expected_signal = signal; in set_expected_signal()
275 return _expected_signal; in get_expected_signal()