Lines Matching refs:Process
1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Process class.
42 // solely so it can be called once in Process::GetPageSize to initialize the
56 Process::GetPageSize() {
62 Process::GetMallocUsage()
76 Process::GetTotalMemoryUsage()
84 Process::GetTimeUsage(
101 int Process::GetCurrentUserId()
106 int Process::GetCurrentGroupId()
114 void Process::PreventCoreFiles() {
123 bool Process::StandardInIsUserInput() {
127 bool Process::StandardOutIsDisplayed() {
131 bool Process::StandardErrIsDisplayed() {
135 bool Process::FileDescriptorIsDisplayed(int fd) {
140 unsigned Process::StandardOutColumns() {
148 unsigned Process::StandardErrColumns() {
157 bool Process::FileDescriptorHasColors(int fd) {
161 bool Process::StandardOutHasColors() {
165 bool Process::StandardErrHasColors() {
189 bool Process::ColorNeedsFlush() {
193 const char *Process::OutputBold(bool bg) {
203 const char *Process::OutputColor(char code, bool bold, bool bg) {
228 const char *Process::OutputReverse() {
254 const char *Process::ResetColor() {