sevOut 87 plugin/timer/timer_create.cpp struct sigevent *sevOut) sevOut 124 plugin/timer/timer_create.cpp sevOut->sigev_value.sival_ptr = newp; sevOut 125 plugin/timer/timer_create.cpp sevOut->sigev_signo = SIGTIMER; sevOut 126 plugin/timer/timer_create.cpp sevOut->sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID; sevOut 127 plugin/timer/timer_create.cpp sevOut->_sigev_un._tid = helper_tid; sevOut 130 plugin/timer/timer_create.cpp int res = _real_timer_create(clock_id, sevOut, timerid); sevOut 30 plugin/timer/timerwrappers.cpp struct sigevent sevOut; sevOut 37 plugin/timer/timerwrappers.cpp ret = timer_create_sigev_thread(realClockId, sevp, &realId, &sevOut); sevOut 38 plugin/timer/timerwrappers.cpp sevp = &sevOut; sevOut 48 plugin/timer/timerwrappers.h struct sigevent *sevOut);