Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dmqueue.c126 .sigev_value.sival_ptr = (void *)&notification_executed, in ZTEST()
175 .sigev_value.sival_int = (int)pthread_self(), in ZTEST()
207 .sigev_value.sival_ptr = (void *)&notification_executed, in ZTEST()
247 .sigev_value.sival_ptr = (void *)&notification_executed, in ZTEST()
Dtimer.c43 sig.sigev_value.sival_int = TEST_SIGNAL_VAL; in test_timer()
133 sig.sigev_value.sival_int = TEST_SIGNAL_VAL; in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h101 union sigval sigev_value; member
/Zephyr-latest/lib/posix/options/
Dtimer.c59 (timer->evp.sigev_notify_function)(timer->evp.sigev_value); in zephyr_timer_wrapper()
90 (timer->evp.sigev_notify_function)(timer->evp.sigev_value); in zephyr_thread_wrapper()
Dmqueue.c410 sevp->sigev_notify_function(sevp->sigev_value); in mq_notify_thread()
467 sevp->sigev_notify_function(sevp->sigev_value); in send_message()
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c38 zassert_not_equal(-1, offsetof(struct sigevent, sigev_value)); in ZTEST()