sigevent
Overview
Related Modules:
Description:
Describes asynchronous notifications.
Summary
Data Fields
union sigval |
|
sigev_notify_function )(unionsigval) |
|
char__pad [56-3 *sizeof(long)] |
Details
Field Documentation
char__pad
sigevent::char__pad[56-3 *sizeof(long)]
Description:
A reserved field
sigev_notify
int sigevent::sigev_notify
Description:
Notification method, which can be set to SIGEV_SIGNAL, SIGEV_NONE, or SIGEV_THREAD
sigev_notify_attributes
pthread_attr_t* sigevent::sigev_notify_attributes
Description:
Attributes for notification thread
sigev_notify_function
void(* sigevent::sigev_notify_function) (unionsigval)
Description:
Function used for thread notification
sigev_signo
int sigevent::sigev_signo
Description:
Notification signal
sigev_value
union [sigval]($api-api-SmartVision-Devices-sigval.md) sigevent::sigev_value
Description:
Data passed with notification