/prebuilts/go/linux-x86/src/os/ |
D | exec_posix.go | 81 type ProcessState struct { struct 82 pid int // The process's id. 83 status syscall.WaitStatus // System-dependent status info. 84 rusage *syscall.Rusage 88 func (p *ProcessState) Pid() int { 92 func (p *ProcessState) exited() bool { 96 func (p *ProcessState) success() bool { 100 func (p *ProcessState) sys() any { 104 func (p *ProcessState) sysUsage() any { 108 func (p *ProcessState) String() string { [all …]
|
D | exec_plan9.go | 109 type ProcessState struct { struct 110 pid int // The process's id. 111 status *syscall.Waitmsg // System-dependent status info. 115 func (p *ProcessState) Pid() int { 119 func (p *ProcessState) exited() bool { 123 func (p *ProcessState) success() bool { 127 func (p *ProcessState) sys() any { 131 func (p *ProcessState) sysUsage() any { 135 func (p *ProcessState) userTime() time.Duration { 139 func (p *ProcessState) systemTime() time.Duration { [all …]
|
/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 25 class ProcessState; variable
|
/prebuilts/vndk/v30/x86/include/system/core/libprocinfo/include/procinfo/ |
D | process.h | 38 enum ProcessState { enum
|
/prebuilts/vndk/v30/arm64/include/system/core/libprocinfo/include/procinfo/ |
D | process.h | 38 enum ProcessState { enum
|
/prebuilts/vndk/v30/arm/include/system/core/libprocinfo/include/procinfo/ |
D | process.h | 38 enum ProcessState { enum
|