Home | History | Annotate | Download | only in process

Lines Matching full:process

5 #include "base/process/process.h"
12 #include "base/process/kill.h"
17 Process Process::Current() {
18 return Process(GetCurrentProcessHandle());
21 ProcessId Process::pid() const {
28 bool Process::is_current() const {
32 void Process::Close() {
34 // if the process wasn't terminated (so we waited) or the state
39 void Process::Terminate(int result_code) {
49 bool Process::IsProcessBackgrounded() const {
54 bool Process::SetProcessBackgrounded(bool value) {
55 // POSIX only allows lowering the priority of a process, so if we
62 bool Process::CanBackgroundProcesses() {
68 int Process::GetPriority() const {