Searched defs:raise (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/
H A DSignal.c2 Implementation of the signal and raise functions as declared in <signal.h>.
67 The raise function carries out the actions described for signal, above,
70 If a signal handler is called, the raise function shall not return until
73 @return The raise function returns zero if successful,
77 raise( int sig) function

Completed in 31 milliseconds