Home
last modified time | relevance | path

Searched refs:sival_ptr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dmqueue.c104 bool *executed = (bool *)val.sival_ptr; in notify_function_basic()
126 .sigev_value.sival_ptr = (void *)&notification_executed, in ZTEST()
207 .sigev_value.sival_ptr = (void *)&notification_executed, in ZTEST()
247 .sigev_value.sival_ptr = (void *)&notification_executed, in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h94 void *sival_ptr; member
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c47 zassert_not_equal(-1, offsetof(union sigval, sival_ptr)); in ZTEST()