Searched refs:sigevent (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 36 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/ |
D | aio.h | 24 struct sigevent aio_sigevent; 38 struct sigevent *ZRESTRICT sig);
|
D | mqueue.h | 44 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
|
D | time.h | 98 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
|
D | signal.h | 98 struct sigevent { struct
|
/Zephyr-latest/tests/posix/common/src/ |
D | timer.c | 35 struct sigevent sig = {0}; in test_timer() 107 struct sigevent sig = {0}; in ZTEST() 127 struct sigevent sig = {0}; in ZTEST()
|
D | mqueue.c | 124 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/ |
D | mqueue.c | 23 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()
|
D | aio.c | 73 struct sigevent *ZRESTRICT sig) in lio_listio()
|
D | timer.c | 26 struct sigevent evp; 112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()
|