Home
last modified time | relevance | path

Searched refs:notrapSignals (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Privstr.h66 Bool notrapSignals; /* don't exit cleanly - die at fault */ member
H A Dxf86Globals.c111 .notrapSignals = FALSE,
H A Dxf86Init.c243 if (xf86Info.notrapSignals) { in TrapSignals()
H A Dxf86Config.c740 xf86GetOptValBool(FlagOptions, FLAG_NOTRAPSIGNALS, &xf86Info.notrapSignals); in configServerFlags()