Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h253 #define sigev_notify_function _sigev_un._sigev_thread._function macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsiginfo.h300 # define sigev_notify_function _sigev_un._sigev_thread._function macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h50 void (*sigev_notify_function)( union sigval ); member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2578 SignalEvent.sigev_notify_function= _MsOS_TimerNotify; in MsOS_CreateTimer()