Zephyr API 3.6.99
|
#include <signal.h>
Data Fields | |
void(* | sigev_notify_function )(union sigval val) |
pthread_attr_t * | sigev_notify_attributes |
union sigval | sigev_value |
int | sigev_notify |
int | sigev_signo |
int sigevent::sigev_notify |
pthread_attr_t* sigevent::sigev_notify_attributes |
void(* sigevent::sigev_notify_function) (union sigval val) |
int sigevent::sigev_signo |
union sigval sigevent::sigev_value |