Searched refs:sigev_notify_attributes (Results 1 – 4 of 4) sorted by relevance
69 if (timer->evp.sigev_notify_attributes == NULL) { in zephyr_thread_wrapper()141 if (evp->sigev_notify_attributes != NULL) { in timer_create()142 ret = pthread_attr_getdetachstate(evp->sigev_notify_attributes, in timer_create()152 ret = pthread_attr_setdetachstate(evp->sigev_notify_attributes, in timer_create()171 ret = pthread_create(&timer->thread, evp->sigev_notify_attributes, in timer_create()
383 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()
89 pthread_attr_t *sigev_notify_attributes; member
34 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify_attributes)); in ZTEST()