Home | History | Annotate | Download | only in process

Lines Matching full:process

10 #include "base/process/process_handle.h"
15 class BASE_EXPORT Process {
17 Process() : process_(kNullProcessHandle) {
20 explicit Process(ProcessHandle handle) : process_(handle) {
23 // A handle to the current process.
24 static Process Current();
28 // Get/Set the handle for this process. The handle will be 0 if the process
35 // Get the PID for this process.
38 // Is the this process the current process.
41 // Close the process handle. This will not terminate the process.
44 // Terminates the process with extreme prejudice. The given result code will
45 // be the exit code of the process. If the process has already exited, this
49 // A process is backgrounded when it's priority is lower than normal.
50 // Return true if this process is backgrounded, false otherwise.
53 // Set a process as backgrounded. If value is true, the priority
54 // of the process will be lowered. If value is false, the priority
55 // of the process will be made "normal" - equivalent to default
56 // process priority.
60 // Returns an integer representing the priority of a process. The meaning