Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sigevent Struct Reference

#include <siginfo.h>

Data Fields

sigval_t sigev_value
 
int sigev_signo
 
int sigev_notify
 
union {
   int   _pad [SIGEV_PAD_SIZE]
 
   int   _tid
 
   struct {
      void(*   _function )(sigval_t)
 
      void *   _attribute
 
   }   _sigev_thread
 
_sigev_un
 

Detailed Description

Definition at line 278 of file siginfo.h.

Field Documentation

void* _attribute

Definition at line 288 of file siginfo.h.

void(* _function)(sigval_t)

Definition at line 287 of file siginfo.h.

Definition at line 283 of file siginfo.h.

struct { ... } _sigev_thread
union { ... } _sigev_un
int _tid

Definition at line 284 of file siginfo.h.

int sigev_notify

Definition at line 281 of file siginfo.h.

int sigev_signo

Definition at line 280 of file siginfo.h.

sigval_t sigev_value

Definition at line 279 of file siginfo.h.


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