Lines Matching defs:process
149 "Overlapped object, the process may crash");
154 /* The operation is still pending, but the process is
1063 Create a new process and its primary thread.
1065 The return value is a tuple of the process handle, thread handle,
1066 process ID, and thread ID.
1245 Return a handle object for the current process.
1258 process: HANDLE
1261 Return the termination status of the specified process.
1265 _winapi_GetExitCodeProcess_impl(PyObject *module, HANDLE process)
1271 result = GetExitCodeProcess(process, &exit_code);
1300 The module must have been loaded by the current process.
1305 of the current process.
1716 Terminate the specified process and all of its threads.