Searched refs:stop_parameter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | UnwindLevel1.c | 242 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 278 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 334 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 403 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 413 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 416 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-seh.cpp | 235 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 272 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 328 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 406 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 415 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 418 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-sjlj.c | 233 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 251 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 306 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
|
| /freebsd-12.1/contrib/libunwind/include/ |
| H A D | unwind.h | 152 void* stop_parameter ); 275 _Unwind_Stop_Fn stop, void *stop_parameter); 279 _Unwind_Stop_Fn stop, void *stop_parameter);
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_exit.c | 66 struct _Unwind_Context *context, void *stop_parameter); 138 struct _Unwind_Context *context, void *stop_parameter __unused) in thread_unwind_stop()
|