Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/posix/
Dsignal.h66 #ifndef SIGEV_THREAD
67 #define SIGEV_THREAD 3 macro
/Zephyr-Core-3.7.0/tests/posix/common/src/
Dtimer.c92 test_timer(CLOCK_REALTIME, SIGEV_THREAD); in ZTEST()
102 test_timer(CLOCK_MONOTONIC, SIGEV_THREAD); in ZTEST()
Dmqueue.c174 .sigev_notify = SIGEV_THREAD, in ZTEST()
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dsignal_h.c38 zassert_not_equal(-1, SIGEV_THREAD); in ZTEST()
/Zephyr-Core-3.7.0/lib/posix/options/
Dtimer.c140 case SIGEV_THREAD: in timer_create()
335 if (timer->evp.sigev_notify == SIGEV_THREAD) { in timer_delete()
Dmqueue.c14 #define SIGEV_MASK (SIGEV_NONE | SIGEV_SIGNAL | SIGEV_THREAD)
468 } else if (sevp->sigev_notify == SIGEV_THREAD) { in send_message()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.6.rst1180 * Added support for async thread cancellation and ``SIGEV_THREAD``, ``CLOCK_REALTIME``.