sevp 1101 plugin/ipc/file/fileconnection.cpp void PosixMQConnection::on_mq_notify(const struct sigevent *sevp) sevp 1103 plugin/ipc/file/fileconnection.cpp if (sevp == NULL && _notifyReg) { sevp 1107 plugin/ipc/file/fileconnection.cpp _sevp = *sevp; sevp 247 plugin/ipc/file/fileconnection.h void on_mq_notify(const struct sigevent *sevp); sevp 102 plugin/ipc/file/posixipcwrappers.cpp int mq_notify(mqd_t mqdes, const struct sigevent *sevp) sevp 106 plugin/ipc/file/posixipcwrappers.cpp if (sevp != NULL && sevp->sigev_notify == SIGEV_THREAD) { sevp 111 plugin/ipc/file/posixipcwrappers.cpp se = *sevp; sevp 112 plugin/ipc/file/posixipcwrappers.cpp mdata->start_routine = sevp->sigev_notify_function; sevp 113 plugin/ipc/file/posixipcwrappers.cpp mdata->sv = sevp->sigev_value; sevp 119 plugin/ipc/file/posixipcwrappers.cpp res = _real_mq_notify(mqdes, sevp); sevp 125 plugin/ipc/file/posixipcwrappers.cpp con->on_mq_notify(sevp); sevp 231 plugin/pid/pid_miscwrappers.cpp struct sigevent *sevp, sevp 234 plugin/pid/pid_miscwrappers.cpp if (sevp != NULL && (sevp->sigev_notify | SIGEV_THREAD_ID)) { sevp 236 plugin/pid/pid_miscwrappers.cpp pid_t virtPid = sevp->_sigev_un._tid; sevp 237 plugin/pid/pid_miscwrappers.cpp sevp->_sigev_un._tid = VIRTUAL_TO_REAL_PID(virtPid); sevp 238 plugin/pid/pid_miscwrappers.cpp int ret = _real_timer_create(clockid, sevp, timerid); sevp 239 plugin/pid/pid_miscwrappers.cpp sevp->_sigev_un._tid = virtPid; sevp 243 plugin/pid/pid_miscwrappers.cpp return _real_timer_create(clockid, sevp, timerid); sevp 249 plugin/pid/pid_miscwrappers.cpp int mq_notify(mqd_t mqdes, const struct sigevent *sevp) sevp 254 plugin/pid/pid_miscwrappers.cpp if (sevp != NULL) { sevp 255 plugin/pid/pid_miscwrappers.cpp n = *sevp; sevp 259 plugin/pid/pid_miscwrappers.cpp ret = _real_mq_notify(mqdes, sevp); sevp 331 plugin/pid/pid_syscallsreal.c int _real_mq_notify(mqd_t mqdes, const struct sigevent *sevp) { sevp 332 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH (mq_notify) (mqdes, sevp); sevp 342 plugin/pid/pid_syscallsreal.c struct sigevent *sevp, sevp 344 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH (timer_create) (clockid, sevp, timerid); sevp 171 plugin/pid/pidwrappers.h int _real_mq_notify(mqd_t mqdes, const struct sigevent *sevp); sevp 174 plugin/pid/pidwrappers.h struct sigevent *sevp, sevp 162 plugin/timer/timerlist.cpp struct sigevent *sevp = NULL; sevp 166 plugin/timer/timerlist.cpp sevp = &tinfo.sevp; sevp 168 plugin/timer/timerlist.cpp JASSERT(_real_timer_create(clockid, sevp, &realId) == 0) sevp 203 plugin/timer/timerlist.cpp struct sigevent *sevp) sevp 215 plugin/timer/timerlist.cpp if (sevp == NULL) { sevp 219 plugin/timer/timerlist.cpp tinfo.sevp = *sevp; sevp 49 plugin/timer/timerlist.h struct sigevent sevp; sevp 95 plugin/timer/timerlist.h struct sigevent *sevp); sevp 27 plugin/timer/timerwrappers.cpp extern "C" int timer_create(clockid_t clockid, struct sigevent *sevp, sevp 36 plugin/timer/timerwrappers.cpp if (sevp != NULL && sevp->sigev_notify == SIGEV_THREAD) { sevp 37 plugin/timer/timerwrappers.cpp ret = timer_create_sigev_thread(realClockId, sevp, &realId, &sevOut); sevp 38 plugin/timer/timerwrappers.cpp sevp = &sevOut; sevp 40 plugin/timer/timerwrappers.cpp ret = _real_timer_create(realClockId, sevp, &realId); sevp 43 plugin/timer/timerwrappers.cpp virtId = TimerList::instance().on_timer_create(realId, clockid, sevp); sevp 1045 syscallsreal.c int _real_mq_notify(mqd_t mqdes, const struct sigevent *sevp) { sevp 1046 syscallsreal.c REAL_FUNC_PASSTHROUGH (mq_notify) (mqdes, sevp); sevp 469 syscallwrappers.h int _real_mq_notify(mqd_t mqdes, const struct sigevent *sevp);