Signal

https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/signal.h.html

Part of QuantumRT Real-Time Kernel.

Copyright

Copyright (c) 2025 TNX Software Ltd. All rights reserved. Licensed under the terms of the QuantumRT Kernel License. the LICENSE file in the root of this package for details.

Defines

SIGEV_NONE (0)

No event notification.

SIGEV_SIGNAL (1)

Signal notification. Not supported.

SIGEV_THREAD (2)

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.