Tizen RT Libs&Environment  v1.0 D5
sigevent Struct Reference

Structure for elements that define a queue signal. The following is used to attach a signal to a message queue to notify a task when a message is available on a queue. More...

#include <signal.h>

Collaboration diagram for sigevent:

Data Fields

uint8_t sigev_notify
 
uint8_t sigev_signo
 
union sigval sigev_value
 

Detailed Description

Structure for elements that define a queue signal. The following is used to attach a signal to a message queue to notify a task when a message is available on a queue.

Definition at line 230 of file signal.h.

Field Documentation

uint8_t sigev_notify

Definition at line 231 of file signal.h.

uint8_t sigev_signo

Definition at line 232 of file signal.h.

union sigval sigev_value

Definition at line 233 of file signal.h.


The documentation for this struct was generated from the following file: