Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dsignal.h59 #ifndef SIGEV_NONE
60 #define SIGEV_NONE 1 macro
/Zephyr-latest/tests/posix/common/src/
Dmqueue.c125 .sigev_notify = SIGEV_NONE, in ZTEST()
206 .sigev_notify = SIGEV_NONE, in ZTEST()
264 not.sigev_notify = SIGEV_NONE; in ZTEST()
Dtimer.c110 sig.sigev_notify = SIGEV_NONE; in ZTEST()
/Zephyr-latest/lib/posix/options/
Dtimer.c48 if (timer->evp.sigev_notify == SIGEV_NONE) { in zephyr_timer_wrapper()
135 case SIGEV_NONE: in timer_create()
Dmqueue.c14 #define SIGEV_MASK (SIGEV_NONE | SIGEV_SIGNAL | SIGEV_THREAD)
466 if (sevp->sigev_notify == SIGEV_NONE) { in send_message()
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c42 zassert_not_equal(-1, SIGEV_NONE); in ZTEST()