Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dtimer.c70 if (timer->evp.sigev_notify_attributes == NULL) { in zephyr_thread_wrapper()
142 if (evp->sigev_notify_attributes != NULL) { in timer_create()
143 ret = pthread_attr_getdetachstate(evp->sigev_notify_attributes, in timer_create()
153 ret = pthread_attr_setdetachstate(evp->sigev_notify_attributes, in timer_create()
172 ret = pthread_create(&timer->thread, evp->sigev_notify_attributes, in timer_create()
Dmqueue.c383 if (notification->sigev_notify_attributes != NULL) { in mq_notify()
384 int ret = pthread_attr_setdetachstate(notification->sigev_notify_attributes, in mq_notify()
406 if (sevp->sigev_notify_attributes == NULL) { in mq_notify_thread()
472 sevp->sigev_notify_attributes, in send_message()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h100 pthread_attr_t *sigev_notify_attributes; member
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c40 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify_attributes)); in ZTEST()