Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dmq_notify.c34 #define NOTIFY_COOKIE_LEN 32 /* Length of the cookie used. */ macro
51 char raw[NOTIFY_COOKIE_LEN];
119 if (n < NOTIFY_COOKIE_LEN) in helper_thread()
122 if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_WOKENUP) in helper_thread()
133 else if (data.raw[NOTIFY_COOKIE_LEN - 1] == NOTIFY_REMOVED && data.attr != NULL) in helper_thread()
206 assert (sizeof (union notify_data) == NOTIFY_COOKIE_LEN); in __mq_notify()

Completed in 3 milliseconds