Home
last modified time | relevance | path

Searched defs:ExitProcess (Results 1 – 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwinbase.h271 EXIT_PROCESS_DEBUG_INFO ExitProcess; member
Ddbgeng.h1394 STDMETHOD(ExitProcess)(THIS_ ULONG ExitCode) PURE; in DECLARE_INTERFACE_() local
1867 STDMETHOD(ExitProcess)(THIS_ ULONG ExitCode) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() argument
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go600 func ExitProcess(exitcode uint32) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go1914 func ExitProcess(exitcode uint32) { func