Signal

Signal definitions for the QuantumRT Real-Time Kernel.

Part of QuantumRT Real-Time Kernel.

Defines

SIGEV_NONE

No event notification.

SIGEV_SIGNAL

Signal notification. Not supported.

SIGEV_THREAD

Thread notification (callback) called.

Typedefs

typedef void *sigset_t

Not supported.

union sigval

Public Members

int sival_int

Integer value.

void *sival_ptr

Pointer value.

struct sigevent

Public Members

int sigev_notify

SIGEV value.

union sigval sigev_value

Callback value.

void (*sigev_notify_function)(union sigval)

Callback.

void *sigev_notify_attributes

Not supported.