Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dsignal.h58 #define SIGTERM __SigTerm ///< a termination request sent to the program macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c287 case SIGTERM: break; in signal_signal()
709 #ifdef SIGTERM in initsignal()
710 x = PyInt_FromLong(SIGTERM); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c287 case SIGTERM: break; in signal_signal()
701 #ifdef SIGTERM in initsignal()
702 x = PyInt_FromLong(SIGTERM); in initsignal()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp502 pthread_kill(dev->vsync_data.vsync_thread, SIGTERM); in cvd_hwc_close()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_signal.py219 signal.SIGTERM):
Dtest_subprocess.py798 self.assertEqual(p.wait(), -signal.SIGTERM)
958 self._kill_process('send_signal', signal.SIGTERM)
Dtest_os.py751 self._kill(signal.SIGTERM)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1876 case SIGTERM: in PyOS_getsig()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1851 case SIGTERM: in PyOS_getsig()