Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dsignal.h150 struct sigevent { struct
151 int sigev_notify; /* Notification type */
152 int sigev_signo; /* Signal number */
153 union sigval sigev_value; /* Signal value */
154 void (*sigev_notify_function)( union sigval );
156 void *sigev_notify_attributes; /* Notification Attributes */