Structure describing how to notify about an asynchronous event.
More...
#include <zephyr/posix/posix_signal.h>
Structure describing how to notify about an asynchronous event.
Definition at line 129 of file signal.h.
◆ sigev_notify
| int sigevent::sigev_notify |
Notification type: SIGEV_NONE, SIGEV_SIGNAL, SIGEV_THREAD.
Definition at line 135 of file signal.h.
◆ sigev_notify_attributes
Thread attributes for SIGEV_THREAD.
Definition at line 131 of file signal.h.
◆ sigev_notify_function
| void(* sigevent::sigev_notify_function) (union sigval value) |
Notification function.
Definition at line 132 of file signal.h.
◆ sigev_signo
| int sigevent::sigev_signo |
Signal number for SIGEV_SIGNAL notifications.
Definition at line 136 of file signal.h.
◆ sigev_value
| union sigval sigevent::sigev_value |
Value passed to notification function or signal.
Definition at line 134 of file signal.h.
The documentation for this struct was generated from the following file: