Home
last modified time | relevance | path

Searched refs:siginfo_t (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h69 } siginfo_t; typedef
96 void (*_sigaction)( int, siginfo_t *, void * );
171 int _EXFUN(sigwaitinfo, (const sigset_t *set, siginfo_t *info));
173 (const sigset_t *set, siginfo_t *info, const struct timespec *timeout)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dsignal.h280 siginfo_t *__restrict __info) __nonnull ((1));
288 siginfo_t *__restrict __info,
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c271 static void _MDrv_MBX_MsgArrived(int signo, siginfo_t *sig_info,void *unused);
285 void _MDrv_MBX_MsgArrived(int signo, siginfo_t *sig_info,void *unused) in _MDrv_MBX_MsgArrived()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigaction.h38 void (*sa_sigaction) (int, siginfo_t *, void *);
H A Dsiginfo.h112 } siginfo_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsiginfo.h99 } siginfo_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dwait.h155 extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h92 } siginfo_t; typedef
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2396 static void _MsOS_TimerNotify(MS_S32 sig, siginfo_t *si, void *uc) in _MsOS_TimerNotify()