raise
force a signal
Synopsis
#include <signal.h>
int raise(int sig);
Description
The
function sends the signal
raise
function forces interrupts wherever possible and simulates an inter-
raise
rupt otherwise. The
priority order in
Table 3-16. Raise Function Signals - Values and Meanings
Sig Value
SIG_PWRDWN
SIG_STACKINT
SIG_KERNEL
SIG_INT4
SIG_INT5
SIG_INT6
SIG_INT7
SIG_INT8
SIG_INT9
SIG_INT10
SIG_INT11
SIG_INT12
SIG_INT13
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
argument must be one of the signals listed in
sig
Table 3-16
Definition
power down interrupt
,
, or
PC
LOOP
COUNTER
kernel interrupt
user-assignable
user-assignable
user-assignable
user-assignable
user-assignable
user-assignable
user-assignable
user-assignable
user-assignable
user-assignable
C/C++ Run-Time Library
to the executing program. The
sig
overflow on
, or on
push
when empty
pop
3-107
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?