Searched refs:error_on_flight (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Derror.c47 static bool error_on_flight = false; variable
99 PRE(!error_on_flight);
112 error_on_flight = true;
117 POST(error_on_flight);
126 PRE(error_on_flight);
137 error_on_flight = false;
260 PRE(!error_on_flight);
265 error_on_flight = true;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Derror.c49 static bool error_on_flight = false; variable
101 PRE(!error_on_flight);
114 error_on_flight = true;
119 POST(error_on_flight);
128 PRE(error_on_flight);
139 error_on_flight = false;
262 PRE(!error_on_flight);
267 error_on_flight = true;

Completed in 157 milliseconds