sigev_notify      106 plugin/ipc/file/posixipcwrappers.cpp   if (sevp != NULL && sevp->sigev_notify == SIGEV_THREAD) {
sigev_notify      234 plugin/pid/pid_miscwrappers.cpp   if (sevp != NULL && (sevp->sigev_notify | SIGEV_THREAD_ID)) {
sigev_notify       43 plugin/timer/timer_create.cpp   int sigev_notify;
sigev_notify       91 plugin/timer/timer_create.cpp   JASSERT(evp == NULL || evp->sigev_notify == SIGEV_THREAD);
sigev_notify      111 plugin/timer/timer_create.cpp   newp->sigev_notify = SIGEV_THREAD;
sigev_notify      126 plugin/timer/timer_create.cpp   sevOut->sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID;
sigev_notify       36 plugin/timer/timerwrappers.cpp   if (sevp != NULL && sevp->sigev_notify == SIGEV_THREAD) {