Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c246 _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 DUnwind-seh.cpp231 _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 DUnwind-sjlj.c251 _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 Dunwind.h154 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 Dthr_exit.c66 struct _Unwind_Context *context, void *stop_parameter);
138 struct _Unwind_Context *context, void *stop_parameter __unused) in thread_unwind_stop()