Home | History | Annotate | Download | only in base

Lines Matching refs:HANDLE

105 // does not happen during handle creation.
140 // Converts a PID to a process handle. This handle must be closed by
142 BASE_API bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
144 // Converts a PID to a process handle. On Windows the handle is opened
146 // You have to close returned handle using CloseProcessHandle. Returns true
150 BASE_API bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle);
152 // Converts a PID to a process handle using the desired access flags. Use a
156 ProcessHandle* handle);
158 // Closes the process handle opened by OpenProcessHandle.
217 // If process_handle is non-NULL, the process handle of the launched app will be
219 // NOTE: In this case, the caller is responsible for closing the handle so
366 BASE_API TerminationStatus GetTerminationStatus(ProcessHandle handle,
372 // and closes |handle| in any case.
373 BASE_API bool WaitForExitCode(ProcessHandle handle, int* exit_code);
379 // |handle|).
380 // The caller is always responsible for closing the |handle|.
381 BASE_API bool WaitForExitCodeWithTimeout(ProcessHandle handle, int* exit_code,
394 // the given time limit. On Linux |handle| must be a child process, however
396 BASE_API bool WaitForSingleProcess(ProcessHandle handle,
446 HANDLE snapshot_;
674 // not handle the child's exceptions. Calling RestoreDefaultExceptionHandler