Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigaction.h63 #define SA_SIGINFO 0x00000008 /* Invoke signal-catching function with macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsignal.h79 #define SA_SIGINFO 0x00000008 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h75 #define SA_SIGINFO 2 /* Invoke the signal catching function with */ macro
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c416 action.sa_flags = SA_SIGINFO; in _MDrv_MBX_Init_()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2439 sa.sa_flags = SA_SIGINFO; in Timer_Thread()