Searched defs:timerId (Results 1 – 2 of 2) sorted by relevance
40 int timer_create(clockid_t clockId, struct sigevent * restrict evp, timer_t * restrict timerId) in timer_create()73 int timer_delete(timer_t timerId) in timer_delete()206 int timer_gettime(timer_t timerId, struct itimerspec *value) in timer_gettime()235 int timer_settime(timer_t timerId, int flags, const struct itimerspec *value, struct itimerspec *ov… in timer_settime()
33 #define OS_SWTMR_ID_2_INDEX(timerId) ((timerId) - OS_SWTMR_MIN_NUM) argument