Searched refs:sigevent (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/tests/posix/headers/src/ |
D | signal_h.c | 30 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify)); in ZTEST() 31 zassert_not_equal(-1, offsetof(struct sigevent, sigev_signo)); in ZTEST() 32 zassert_not_equal(-1, offsetof(struct sigevent, sigev_value)); in ZTEST() 33 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify_function)); in ZTEST() 34 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify_attributes)); in ZTEST()
|
/Zephyr-Core-3.5.0/tests/posix/common/src/ |
D | timer.c | 29 struct sigevent sig = { 0 }; in ZTEST() 96 struct sigevent sig = { 0 }; in ZTEST()
|
/Zephyr-Core-3.5.0/include/zephyr/posix/ |
D | signal.h | 85 struct sigevent { struct
|
D | time.h | 92 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | timer.c | 51 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()
|