sigevent

Overview

Related Modules:

IPC

Description:

Describes asynchronous notifications.

Summary

Data Fields

Variable Name

Description

sigev_value

union sigval 

sigev_signo

int 

sigev_notify

int 

sigev_notify_function )(unionsigval)

void( 

sigev_notify_attributes

pthread_attr_t  

char__pad [56-3 *sizeof(long)]

 

Details

Field Documentation

char__pad

  1. sigevent::char__pad[56-3 *sizeof(long)]

Description:

A reserved field

sigev_notify

  1. int sigevent::sigev_notify

Description:

Notification method, which can be set to SIGEV_SIGNAL, SIGEV_NONE, or SIGEV_THREAD

sigev_notify_attributes

  1. pthread_attr_t* sigevent::sigev_notify_attributes

Description:

Attributes for notification thread

sigev_notify_function

  1. void(* sigevent::sigev_notify_function) (unionsigval)

Description:

Function used for thread notification

sigev_signo

  1. int sigevent::sigev_signo

Description:

Notification signal

sigev_value

  1. union [sigval]($api-api-SmartVision-Devices-sigval.md) sigevent::sigev_value

Description:

Data passed with notification