timer_t 159 plugin/ipc/event/util_descriptor.cpp timer_t timer_id; timer_t 160 plugin/ipc/event/util_descriptor.cpp memcpy(&timer_id, descriptor, sizeof(timer_t) ); timer_t 243 plugin/ipc/event/util_descriptor.cpp int Util::Descriptor::remove_timer_descriptor(timer_t timer_id) timer_t 66 plugin/ipc/event/util_descriptor.h timer_t timerid; timer_t 84 plugin/ipc/event/util_descriptor.h int remove_timer_descriptor(timer_t timer_id); timer_t 232 plugin/pid/pid_miscwrappers.cpp timer_t *timerid) timer_t 343 plugin/pid/pid_syscallsreal.c timer_t *timerid) { timer_t 175 plugin/pid/pidwrappers.h timer_t *timerid); timer_t 86 plugin/timer/timer_create.cpp timer_t *timerid, timer_t 127 plugin/timer/timerlist.cpp timer_t virtId = _iter->first; timer_t 128 plugin/timer/timerlist.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(virtId); timer_t 160 plugin/timer/timerlist.cpp timer_t realId; timer_t 161 plugin/timer/timerlist.cpp timer_t virtId = _iter->first; timer_t 192 plugin/timer/timerlist.cpp int TimerList::getoverrun(timer_t id) timer_t 202 plugin/timer/timerlist.cpp timer_t TimerList::on_timer_create(timer_t realId, clockid_t clockid, timer_t 206 plugin/timer/timerlist.cpp timer_t virtId; timer_t 227 plugin/timer/timerlist.cpp void TimerList::on_timer_delete(timer_t timerid) timer_t 236 plugin/timer/timerlist.cpp void TimerList::on_timer_settime(timer_t timerid, int flags, timer_t 67 plugin/timer/timerlist.h : _timerVirtIdTable("Timer", (timer_t) NULL, 999999) timer_t 76 plugin/timer/timerlist.h timer_t virtualToRealTimerId(timer_t virtId) { timer_t 79 plugin/timer/timerlist.h timer_t realToVirtualTimerId(timer_t realId) { timer_t 93 plugin/timer/timerlist.h int getoverrun(timer_t id); timer_t 94 plugin/timer/timerlist.h timer_t on_timer_create(timer_t realId, clockid_t clockid, timer_t 96 plugin/timer/timerlist.h void on_timer_delete(timer_t timerid); timer_t 97 plugin/timer/timerlist.h void on_timer_settime(timer_t timerid, int flags, timer_t 105 plugin/timer/timerlist.h map<timer_t, TimerInfo> _timerInfo; timer_t 106 plugin/timer/timerlist.h map<timer_t, TimerInfo>::iterator _iter; timer_t 110 plugin/timer/timerlist.h VirtualIdTable<timer_t> _timerVirtIdTable; timer_t 28 plugin/timer/timerwrappers.cpp timer_t *timerid) timer_t 31 plugin/timer/timerwrappers.cpp timer_t realId; timer_t 32 plugin/timer/timerwrappers.cpp timer_t virtId; timer_t 52 plugin/timer/timerwrappers.cpp extern "C" int timer_delete(timer_t timerid) timer_t 55 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timer_t 65 plugin/timer/timerwrappers.cpp extern "C" int timer_settime(timer_t timerid, int flags, timer_t 70 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timer_t 79 plugin/timer/timerwrappers.cpp extern "C" int timer_gettime(timer_t timerid, struct itimerspec *curr_value) timer_t 82 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timer_t 88 plugin/timer/timerwrappers.cpp extern "C" int timer_getoverrun(timer_t timerid) timer_t 91 plugin/timer/timerwrappers.cpp timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid); timer_t 47 plugin/timer/timerwrappers.h timer_t *timerid,