Searched refs:stopResult (Results 1 – 3 of 3) sorted by relevance
213 _Unwind_Reason_Code stopResult = in unwind_phase2_forced() local218 exception_object, stopResult); in unwind_phase2_forced()219 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
261 _Unwind_Reason_Code stopResult = in unwind_phase2_forced() local266 exception_object, stopResult); in unwind_phase2_forced()267 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
342 Future<Service.State> stopResult = service.stop(); in testStopUnstartedService() local344 assertEquals(Service.State.TERMINATED, stopResult.get()); in testStopUnstartedService()