timerid 253 plugin/ipc/event/util_descriptor.cpp if((descrip_types_p[i])->create_timer.timerid == timer_id) timerid 66 plugin/ipc/event/util_descriptor.h timer_t timerid; timerid 232 plugin/pid/pid_miscwrappers.cpp timer_t *timerid) timerid 238 plugin/pid/pid_miscwrappers.cpp int ret = _real_timer_create(clockid, sevp, timerid); timerid 243 plugin/pid/pid_miscwrappers.cpp return _real_timer_create(clockid, sevp, timerid); timerid 343 plugin/pid/pid_syscallsreal.c timer_t *timerid) { timerid 344 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH (timer_create) (clockid, sevp, timerid); timerid 175 plugin/pid/pidwrappers.h timer_t *timerid); timerid 86 plugin/timer/timer_create.cpp timer_t *timerid, timerid 130 plugin/timer/timer_create.cpp int res = _real_timer_create(clock_id, sevOut, timerid); timerid 227 plugin/timer/timerlist.cpp void TimerList::on_timer_delete(timer_t timerid) timerid 230 plugin/timer/timerlist.cpp _timerVirtIdTable.erase(timerid); timerid 231 plugin/timer/timerlist.cpp JASSERT(_timerInfo.find(timerid) != _timerInfo.end()); timerid 232 plugin/timer/timerlist.cpp _timerInfo.erase(timerid); timerid 236 plugin/timer/timerlist.cpp void TimerList::on_timer_settime(timer_t timerid, int flags, timerid 240 plugin/timer/timerlist.cpp JASSERT(_timerInfo.find(timerid) != _timerInfo.end()); timerid 241 plugin/timer/timerlist.cpp _timerInfo[timerid].flags = flags; timerid 242 plugin/timer/timerlist.cpp _timerInfo[timerid].initial_timerspec = *new_value; timerid 96 plugin/timer/timerlist.h void on_timer_delete(timer_t timerid); timerid 97 plugin/timer/timerlist.h void on_timer_settime(timer_t timerid, int flags, timerid 28 plugin/timer/timerwrappers.cpp timer_t *timerid) timerid 42 plugin/timer/timerwrappers.cpp if (ret != -1 && timerid != NULL) { timerid 45 plugin/timer/timerwrappers.cpp *timerid = virtId; timerid 52 plugin/timer/timerwrappers.cpp extern "C" int timer_delete(timer_t timerid) timerid 55 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timerid 58 plugin/timer/timerwrappers.cpp TimerList::instance().on_timer_delete(timerid); timerid 59 plugin/timer/timerwrappers.cpp JTRACE ("Deleted timer") (timerid); timerid 65 plugin/timer/timerwrappers.cpp extern "C" int timer_settime(timer_t timerid, int flags, timerid 70 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timerid 73 plugin/timer/timerwrappers.cpp TimerList::instance().on_timer_settime(timerid, flags, new_value); timerid 79 plugin/timer/timerwrappers.cpp extern "C" int timer_gettime(timer_t timerid, struct itimerspec *curr_value) timerid 82 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timerid 88 plugin/timer/timerwrappers.cpp extern "C" int timer_getoverrun(timer_t timerid) timerid 91 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timerid 94 plugin/timer/timerwrappers.cpp ret += TimerList::instance().getoverrun(timerid); timerid 47 plugin/timer/timerwrappers.h timer_t *timerid,