Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dtimer.c87 test_timer(CLOCK_REALTIME, SIGEV_SIGNAL); in ZTEST()
97 test_timer(CLOCK_MONOTONIC, SIGEV_SIGNAL); in ZTEST()
131 sig.sigev_notify = SIGEV_SIGNAL; in ZTEST()
Dmqueue.c246 .sigev_notify = SIGEV_SIGNAL, in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h63 #ifndef SIGEV_SIGNAL
64 #define SIGEV_SIGNAL 2 macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c43 zassert_not_equal(-1, SIGEV_SIGNAL); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dmqueue.c14 #define SIGEV_MASK (SIGEV_NONE | SIGEV_SIGNAL | SIGEV_THREAD)
379 if (notification->sigev_notify == SIGEV_SIGNAL) { in mq_notify()
Dtimer.c138 case SIGEV_SIGNAL: in timer_create()