Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dtimer.c33 void test_timer(clockid_t clock_id, int sigev_notify) in test_timer() argument
41 sig.sigev_notify = sigev_notify; in test_timer()
110 sig.sigev_notify = SIGEV_NONE; in ZTEST()
Dmqueue.c125 .sigev_notify = SIGEV_NONE, in ZTEST()
174 .sigev_notify = SIGEV_THREAD, in ZTEST()
206 .sigev_notify = SIGEV_NONE, in ZTEST()
246 .sigev_notify = SIGEV_SIGNAL, in ZTEST()
264 not.sigev_notify = SIGEV_NONE; in ZTEST()
/Zephyr-Core-3.7.0/lib/posix/options/
Dmqueue.c367 if ((msg_queue->not.sigev_notify & SIGEV_MASK) == 0) { in mq_notify()
375 if ((msg_queue->not.sigev_notify & SIGEV_MASK) != 0) { in mq_notify()
379 if (notification->sigev_notify == SIGEV_SIGNAL) { in mq_notify()
466 if (sevp->sigev_notify == SIGEV_NONE) { in send_message()
468 } else if (sevp->sigev_notify == SIGEV_THREAD) { in send_message()
Dtimer.c47 if (timer->evp.sigev_notify == SIGEV_NONE) { in zephyr_timer_wrapper()
133 switch (evp->sigev_notify) { in timer_create()
335 if (timer->evp.sigev_notify == SIGEV_THREAD) { in timer_delete()
/Zephyr-Core-3.7.0/include/zephyr/posix/
Dsignal.h91 int sigev_notify; member
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dsignal_h.c30 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify)); in ZTEST()