Home
last modified time | relevance | path

Searched refs:TerminateProcess (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dglobal_state.cpp241 void TerminateProcess() in TerminateProcess() function
323 egl::TerminateProcess(); in DllMain()
/third_party/python/Doc/library/
Daudit_events.rst44 | _winapi.TerminateProcess | ``handle``, ``exit_code`` |
Dasyncio-subprocess.rst254 On Windows the Win32 API function :c:func:`TerminateProcess` is
Dasyncio-protocol.rst420 On Windows, the Windows API function TerminateProcess() is called to
Dsubprocess.rst824 child. On Windows the Win32 API function :c:func:`TerminateProcess` is called
/third_party/vk-gl-cts/framework/qphelper/
DqpDebugOut.c173 TerminateProcess(curProc, -1); in exitProcess()
/third_party/openssl/ms/
Duplink.c31 TerminateProcess(GetCurrentProcess(), 1); in unimplemented()
/third_party/node/deps/openssl/openssl/ms/
Duplink.c31 TerminateProcess(GetCurrentProcess(), 1); in unimplemented()
/third_party/python/Lib/multiprocessing/
Dpopen_spawn_win32.py123 _winapi.TerminateProcess(int(self._handle), TERMINATE)
/third_party/libuv/test/
Drunner-win.c287 if (!TerminateProcess(p->process, 1)) in process_terminate()
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp366 if (::TerminateProcess(mProcessInfo.hProcess, 1) == FALSE) in kill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc326 TerminateProcess(pi.hProcess, 1);
407 if (!TerminateProcess(PI.Process, 1)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc407 TerminateProcess(pi.hProcess, 1);
432 if (!TerminateProcess(PI.ProcessHandle, 1)) {
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c241 TerminateProcess(lsp->child_pid, 252); in lws_spawn_piped_kill_child_process()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp610 if (!TerminateProcess(m_procInfo.hProcess, kill ? -1 : 0)) in stopProcess()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c782 if (!TerminateProcess(process->procInfo.hProcess, kill ? -1 : 0)) in stopProcess()
/third_party/libuv/src/win/
Dprocess.c1205 if (TerminateProcess(process_handle, 1)) in uv__kill()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc1266 TerminateProcess(GetCurrentProcess(), 1); in Abort()
/third_party/node/deps/uv/src/win/
Dprocess.c1205 if (TerminateProcess(process_handle, 1)) in uv__kill()
/third_party/node/deps/googletest/src/
Dgtest-port.cc1259 TerminateProcess(GetCurrentProcess(), 1); in Abort()
/third_party/googletest/googletest/src/
Dgtest-port.cc1261 TerminateProcess(GetCurrentProcess(), 1); in Abort()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c2198 TerminateProcess (ptp_helper_pid, 1); in gst_ptp_init()
2259 TerminateProcess (ptp_helper_pid, 1); in gst_ptp_deinit()
/third_party/node/deps/v8/src/base/platform/
Dplatform-win32.cc541 TerminateProcess(GetCurrentProcess(), exit_code); in ExitProcess()
/third_party/python/Modules/
D_winapi.c1639 result = TerminateProcess(handle, exit_code); in _winapi_TerminateProcess_impl()
/third_party/python/Lib/
Dsubprocess.py1568 _winapi.TerminateProcess(self._handle, 1)

12