Lines Matching refs:timer_t
784 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID)
817 *timerID = (timer_t)(UINTPTR)swtmrID;
821 int OsTimerCreate(clockid_t clockID, struct ksigevent *evp, timer_t *timerID)
872 *timerID = (timer_t)(UINTPTR)swtmrID;
876 int timer_delete(timer_t timerID)
908 int timer_settime(timer_t timerID, int flags,
974 int timer_gettime(timer_t timerID, struct itimerspec *value)
1003 int timer_getoverrun(timer_t timerID)
1100 timer_t timerID = 0;
1112 if (processCB->timerID == (timer_t)(UINTPTR)MAX_INVALID_TIMER_VID) {
1123 if (processCB->timerID == (timer_t)(UINTPTR)MAX_INVALID_TIMER_VID) {
1163 if (processCB->timerID != (timer_t)(UINTPTR)MAX_INVALID_TIMER_VID) {