Linux Kernel
3.7.1
|
#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 |
int _pad[SIGEV_PAD_SIZE] |
struct { ... } _sigev_thread |
union { ... } _sigev_un |