Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsiginfo.h310 SIGEV_THREAD, /* Deliver via thread creation. */ enumerator
311 # define SIGEV_THREAD SIGEV_THREAD macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h223 #define SIGEV_THREAD 2 /* deliver via thread creation */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h32 #define SIGEV_THREAD 3 /* A notification function shall be called to */ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2577 SignalEvent.sigev_notify= SIGEV_THREAD; in MsOS_CreateTimer()