Searched refs:wxSIGTERM (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dprocess.h42 static wxKillError Kill(int pid, wxSignal sig = wxSIGTERM, int flags = wxKILL_NOCHILDREN);
H A Dutils.h401 wxSIGTERM enumerator in enum:wxSignal
435 wxSignal sig = wxSIGTERM,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprocess.tex180 wxSIGTERM // terminate the process gently
184 {\tt wxSIGNONE}, {\tt wxSIGKILL} and {\tt wxSIGTERM} have the same meaning
186 {\tt wxSIGTERM} under Windows.
H A Dfunction.tex700 \func{int}{wxKill}{\param{long}{ pid}, \param{int}{ sig = wxSIGTERM}, \param{wxKillError }{*rc = NULL}, \param{int }{flags = 0}}
723 wxSIGTERM // terminate the process gently
727 {\tt wxSIGNONE}, {\tt wxSIGKILL} and {\tt wxSIGTERM} have the same meaning
729 {\tt wxSIGTERM} under Windows.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp571 case wxSIGTERM:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp260 if (wxKill(webserver_pid, wxSIGTERM, &rc) == -1) {

Completed in 177 milliseconds