Home
last modified time | relevance | path

Searched refs:timer_t (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dtime.h105 typedef __timer_t timer_t; typedef
358 timer_t *__restrict __timerid) __THROW;
361 extern int timer_delete (timer_t __timerid) __THROW;
364 extern int timer_settime (timer_t __timerid, int __flags,
369 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
373 extern int timer_getoverrun (timer_t __timerid) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dtime.h359 (clockid_t clock_id, struct sigevent *evp, timer_t *timerid));
363 int _EXFUN(timer_delete, (timer_t timerid));
368 (timer_t timerid, int flags, const struct itimerspec *value,
370 int _EXFUN(timer_gettime, (timer_t timerid, struct itimerspec *value));
371 int _EXFUN(timer_getoverrun, (timer_t timerid));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsiginfo.h54 timer_t _tid; /* timer id */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtypes.h22 typedef __kernel_timer_t timer_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtypes.h261 typedef _TIMER_T_ timer_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h55 timer_t _tid; /* timer id */
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c462 timer_t TimerId;
2399 timer_t *tidp; in _MsOS_TimerNotify()