Loading...
Select Version
&pagelevel(5)&pagelevel
signal()
and raise()
can be used to implement two event-driven routines via two user-defined signals (SIGUSR1
, SIGUSR2
).
Eventing using C library functions with only work within a single task, i.e. no intercommunication between different tasks is possible.
The event-driven routines are therefore not implemented internally as contingency routines but via a CALL
interface.