Home
last modified time | relevance | path

Searched defs:ProcessState (Results 1 – 25 of 99) sorted by relevance

1234

/prebuilts/go/linux-x86/src/os/
Dexec_posix.go81 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 …]
Dexec_plan9.go109 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/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h25 class ProcessState; variable
/prebuilts/vndk/v30/x86/include/system/core/libprocinfo/include/procinfo/
Dprocess.h38 enum ProcessState { enum
/prebuilts/vndk/v30/arm64/include/system/core/libprocinfo/include/procinfo/
Dprocess.h38 enum ProcessState { enum
/prebuilts/vndk/v30/arm/include/system/core/libprocinfo/include/procinfo/
Dprocess.h38 enum ProcessState { enum

1234