Package org.freedesktop.wayland.raw
Class sigevent_t
java.lang.Object
org.freedesktop.wayland.raw.sigevent
org.freedesktop.wayland.raw.sigevent_t
typedef struct sigevent {
__sigval_t sigev_value;
int sigev_signo;
int sigev_notify;
union {
int _pad[12];
__pid_t _tid;
struct {
void (*_function)(__sigval_t);
pthread_attr_t *_attribute;
} _sigev_thread;
} _sigev_un;
} sigevent_t
-
Nested Class Summary
Nested classes/interfaces inherited from class org.freedesktop.wayland.raw.sigevent
sigevent._sigev_un
-
Method Summary
Methods inherited from class org.freedesktop.wayland.raw.sigevent
_sigev_un, _sigev_un, _sigev_un$layout, _sigev_un$offset, allocate, allocateArray, asSlice, layout, reinterpret, reinterpret, sigev_notify, sigev_notify, sigev_notify$layout, sigev_notify$offset, sigev_signo, sigev_signo, sigev_signo$layout, sigev_signo$offset, sigev_value, sigev_value, sigev_value$layout, sigev_value$offset, sizeof