Searched refs:SIGEV_THREAD (Results 1 – 7 of 7) sorted by relevance
66 #ifndef SIGEV_THREAD67 #define SIGEV_THREAD 3 macro
92 test_timer(CLOCK_REALTIME, SIGEV_THREAD); in ZTEST()102 test_timer(CLOCK_MONOTONIC, SIGEV_THREAD); in ZTEST()
174 .sigev_notify = SIGEV_THREAD, in ZTEST()
38 zassert_not_equal(-1, SIGEV_THREAD); in ZTEST()
140 case SIGEV_THREAD: in timer_create()335 if (timer->evp.sigev_notify == SIGEV_THREAD) { in timer_delete()
14 #define SIGEV_MASK (SIGEV_NONE | SIGEV_SIGNAL | SIGEV_THREAD)468 } else if (sevp->sigev_notify == SIGEV_THREAD) { in send_message()
1180 * Added support for async thread cancellation and ``SIGEV_THREAD``, ``CLOCK_REALTIME``.