Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h194 #define SIGTERM 1 macro
205 #define SIGTERM 6 macro
236 #define SIGTERM 15 /* software termination signal from kill */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsignum.h47 #define SIGTERM 15 /* Termination (ANSI). */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsignal.h39 #define SIGTERM 15 /* Termination (ANSI). */ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2637 kill(_MsOS_Timer_Pid[s32TimerId], SIGTERM); in MsOS_DeleteTimer()