Searched refs:_SetSIGSEGVHandling (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h303 # ifndef _SetSIGSEGVHandling
305 # define _SetSIGSEGVHandling(rtn) (void)signal(SIGSEGV, rtn) macro
307 # define _SetSIGSEGVHandling(rtn) /* */ macro
360 _SetSIGSEGVHandling(rtn); /* Accvio/Segment error */ \
377 _SetSIGSEGVHandling(SIG_DFL); /* Accvio/Segment error */ \

Completed in 43 milliseconds