Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
#include <zephyr/posix/posix_signal.h>
Data Fields | |
pthread_attr_t * | sigev_notify_attributes |
void(* | sigev_notify_function )(union sigval value) |
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 value) |
int sigevent::sigev_signo |
union sigval sigevent::sigev_value |