HomeSort by relevance Sort by last modified time
    Searched refs:sevp (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify02.c 19 * sevp->sigev_notify = -1, EINVAL should be returned.
21 * sevp->sigev_notify = SIGEV_SIGNAL and sevp->sigev_signo > _NSG,
34 struct sigevent sevp; member in struct:test_case_t
71 TEST(mq_notify(0, &(test->sevp)));
  /external/deqp/framework/delibs/deutil/
deTimer.c 179 struct sigevent sevp; local
184 deMemset(&sevp, 0, sizeof(sevp));
185 sevp.sigev_notify = SIGEV_THREAD;
186 sevp.sigev_value.sival_ptr = timer;
187 sevp.sigev_notify_function = timerCallback;
189 if (timer_create(CLOCK_REALTIME, &sevp, &timer->timer) != 0)

Completed in 98 milliseconds