Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dmqueue.c14 #define SIGEV_MASK (SIGEV_NONE | SIGEV_SIGNAL | SIGEV_THREAD) macro
367 if ((msg_queue->not.sigev_notify & SIGEV_MASK) == 0) { in mq_notify()
375 if ((msg_queue->not.sigev_notify & SIGEV_MASK) != 0) { in mq_notify()