Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c36 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify)); in ZTEST()
37 zassert_not_equal(-1, offsetof(struct sigevent, sigev_signo)); in ZTEST()
38 zassert_not_equal(-1, offsetof(struct sigevent, sigev_value)); in ZTEST()
39 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify_function)); in ZTEST()
40 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify_attributes)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Daio.h24 struct sigevent aio_sigevent;
38 struct sigevent *ZRESTRICT sig);
Dmqueue.h44 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
Dtime.h98 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
Dsignal.h98 struct sigevent { struct
/Zephyr-latest/tests/posix/common/src/
Dtimer.c35 struct sigevent sig = {0}; in test_timer()
107 struct sigevent sig = {0}; in ZTEST()
127 struct sigevent sig = {0}; in ZTEST()
Dmqueue.c124 struct sigevent not = { in ZTEST()
173 struct sigevent not = { in ZTEST()
205 struct sigevent not = { in ZTEST()
245 struct sigevent not = { in ZTEST()
/Zephyr-latest/lib/posix/options/
Dmqueue.c23 struct sigevent not;
355 int mq_notify(mqd_t mqdes, const struct sigevent *notification) in mq_notify()
393 memcpy(&msg_queue->not, notification, sizeof(struct sigevent)); in mq_notify()
402 struct sigevent *sevp = &mqueue->not; in mq_notify_thread()
464 struct sigevent *sevp = &mqd->mqueue->not; in send_message()
525 memset(&msg_queue->not, 0, sizeof(struct sigevent)); in remove_notification()
Daio.c73 struct sigevent *ZRESTRICT sig) in lio_listio()
Dtimer.c26 struct sigevent evp;
112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()