Home
last modified time | relevance | path

Searched refs:SIGKILL (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sal/systools/win32/kill/ !
H A Dkill.cxx49 #ifndef SIGKILL
50 #define SIGKILL 9 macro
438 if ( SIGKILL == sig ) in _tmain()
/AOO42X/main/sal/osl/unx/ !
H A Dsignal.c122 { SIGKILL, ACT_SYSTEM, NULL }, /* kill (cannot be caught or ignored) */
H A Dprocess.c962 if (kill(((oslProcessImpl*)Process)->m_pid, SIGKILL) != 0) in osl_terminateProcess()