Searched refs:sigev_notify (Results 1 – 4 of 4) sorted by relevance
33 int sigev_notify; member
56 (evp->sigev_notify != SIGEV_NONE && in timer_create()57 evp->sigev_notify != SIGEV_SIGNAL)) { in timer_create()76 if (evp->sigev_notify == SIGEV_NONE) { in timer_create()
31 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify)); in ZTEST()
34 sig.sigev_notify = SIGEV_SIGNAL; in ZTEST()