Lines Matching refs:body_result
269 model::test_result body_result; member
284 body_exit_handle(body_exit_handle_), body_result(body_result_) in cleanup_exec_data()
303 model::test_result body_result; member
318 body_exit_handle(body_exit_handle_), body_result(body_result_) in execenv_exec_data()
1042 const model::test_result& body_result) in spawn_cleanup()
1058 test_program, test_case_name, body_handle, body_result)); in spawn_cleanup()
1101 const model::test_result& body_result) in spawn_execenv_cleanup()
1113 test_program, test_case_name, body_handle, body_result)); in spawn_execenv_cleanup()
1448 const model::test_result& body_result = cleanup_data->body_result; in wait_any() local
1449 if (body_result.good()) { in wait_any()
1460 result = body_result; in wait_any()
1464 result = body_result; in wait_any()
1506 const model::test_result& body_result = execenv_data->body_result; in wait_any() local
1507 if (body_result.good()) { in wait_any()
1518 result = body_result; in wait_any()
1522 result = body_result; in wait_any()