Searched refs:stop_parameter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 246 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 282 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 338 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 407 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 417 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 420 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-seh.cpp | 231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 268 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 324 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 402 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 411 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 414 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-sjlj.c | 251 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 270 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 325 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
|
| /freebsd-13.1/contrib/llvm-project/libunwind/include/ |
| H A D | unwind.h | 154 void* stop_parameter ); 274 _Unwind_Stop_Fn stop, void *stop_parameter); 278 _Unwind_Stop_Fn stop, void *stop_parameter);
|
| /freebsd-13.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()
|