Class sigevent_t

java.lang.Object
org.freedesktop.wayland.raw.sigevent
org.freedesktop.wayland.raw.sigevent_t

public class sigevent_t extends sigevent
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