Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c481 execute_action_list(action_t *actions, int nactions, int failout) in execute_action_list() argument
484 for (i = 0, res = 0; (0 == res || (!failout)) && (i < nactions); i++) { in execute_action_list()