Home
last modified time | relevance | path

Searched refs:evp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dtimer.c26 struct sigevent evp; member
48 if (timer->evp.sigev_notify == SIGEV_NONE) { in zephyr_timer_wrapper()
53 if (timer->evp.sigev_notify_function == NULL) { in zephyr_timer_wrapper()
58 LOG_DBG("calling sigev_notify_function %p", timer->evp.sigev_notify_function); in zephyr_timer_wrapper()
59 (timer->evp.sigev_notify_function)(timer->evp.sigev_value); in zephyr_timer_wrapper()
70 if (timer->evp.sigev_notify_attributes == NULL) { in zephyr_thread_wrapper()
84 if (timer->evp.sigev_notify_function == NULL) { in zephyr_thread_wrapper()
89 LOG_DBG("calling sigev_notify_function %p", timer->evp.sigev_notify_function); in zephyr_thread_wrapper()
90 (timer->evp.sigev_notify_function)(timer->evp.sigev_value); in zephyr_thread_wrapper()
112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() argument
[all …]
/Zephyr-latest/include/zephyr/posix/
Dtime.h98 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);