Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/posix/headers/src/
Dsignal_h.c30 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/
Dtimer.c29 struct sigevent sig = { 0 }; in ZTEST()
96 struct sigevent sig = { 0 }; in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/posix/
Dsignal.h85 struct sigevent { struct
Dtime.h92 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
/Zephyr-Core-3.5.0/lib/posix/
Dtimer.c51 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()