/prebuilts/go/linux-x86/src/os/ |
D | exec.go | 58 type Process struct { struct 59 Pid int 61 mode processMode 88 state atomic.Uint64 91 sigMu sync.RWMutex // avoid race between wait and signal 102 handle uintptr 137 func (p *Process) handleTransientAcquire() (uintptr, processStatus) { 155 func (p *Process) handleTransientRelease() { 194 func (p *Process) handlePersistentRelease(reason processStatus) processStatus { 226 func (p *Process) pidStatus() processStatus { [all …]
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
D | process_unsupported.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 34 pub struct Process { struct 38 impl Process { impl
|
D | process_vxworks.rs | 20 ) -> io::Result<(Process, StdioPipes)> { in spawn() 138 pub struct Process { struct 143 impl Process { argument
|
D | process_fuchsia.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 145 pub struct Process { struct 149 impl Process { impl
|
D | process_unix.rs | 58 ) -> io::Result<(Process, StdioPipes)> { in spawn() 429 ) -> io::Result<Option<Process>> { in posix_spawn() 446 ) -> io::Result<Option<Process>> { in posix_spawn() 879 pub struct Process { struct 890 impl Process { argument
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
D | process_unsupported.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 34 pub struct Process { struct 38 impl Process { implementation
|
D | process_vxworks.rs | 20 ) -> io::Result<(Process, StdioPipes)> { in spawn() 138 pub struct Process { struct 143 impl Process { impl
|
D | process_fuchsia.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 145 pub struct Process { struct 149 impl Process { argument
|
D | process_unix.rs | 57 ) -> io::Result<(Process, StdioPipes)> { in spawn() 426 ) -> io::Result<Option<Process>> { in posix_spawn() 443 ) -> io::Result<Option<Process>> { in posix_spawn() 876 pub struct Process { struct 887 impl Process { implementation
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
D | process_unsupported.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 34 pub struct Process { struct 38 impl Process { argument
|
D | process_vxworks.rs | 20 ) -> io::Result<(Process, StdioPipes)> { in spawn() 138 pub struct Process { struct 143 impl Process { argument
|
D | process_fuchsia.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 145 pub struct Process { struct 149 impl Process { impl
|
D | process_unix.rs | 57 ) -> io::Result<(Process, StdioPipes)> { in spawn() 426 ) -> io::Result<Option<Process>> { in posix_spawn() 443 ) -> io::Result<Option<Process>> { in posix_spawn() 876 pub struct Process { struct 887 impl Process { impl
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
D | process_unsupported.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 34 pub struct Process { struct 38 impl Process { argument
|
D | process_vxworks.rs | 20 ) -> io::Result<(Process, StdioPipes)> { in spawn() 138 pub struct Process { struct 143 impl Process { impl
|
D | process_fuchsia.rs | 17 ) -> io::Result<(Process, StdioPipes)> { in spawn() 145 pub struct Process { struct 149 impl Process { impl
|
D | process_unix.rs | 58 ) -> io::Result<(Process, StdioPipes)> { in spawn() 429 ) -> io::Result<Option<Process>> { in posix_spawn() 446 ) -> io::Result<Option<Process>> { in posix_spawn() 879 pub struct Process { struct 890 impl Process { argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | context.py | 220 class Process(process.BaseProcess): class 231 Process = Process variable in DefaultContext 304 Process = ForkProcess variable in ForkContext 308 Process = SpawnProcess variable in SpawnContext 312 Process = ForkServerProcess variable in ForkServerContext 345 Process = SpawnProcess variable in SpawnContext
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | context.py | 220 class Process(process.BaseProcess): class 231 Process = Process variable in DefaultContext 304 Process = ForkProcess variable in ForkContext 308 Process = SpawnProcess variable in SpawnContext 312 Process = ForkServerProcess variable in ForkServerContext 345 Process = SpawnProcess variable in SpawnContext
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/multiprocessing/ |
D | context.py | 220 class Process(process.BaseProcess): class 231 Process = Process variable in DefaultContext 304 Process = ForkProcess variable in ForkContext 308 Process = SpawnProcess variable in SpawnContext 312 Process = ForkServerProcess variable in ForkServerContext 345 Process = SpawnProcess variable in SpawnContext
|
/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
D | context.py | 220 class Process(process.BaseProcess): class 231 Process = Process variable in DefaultContext 305 Process = ForkProcess variable in ForkContext 309 Process = SpawnProcess variable in SpawnContext 313 Process = ForkServerProcess variable in ForkServerContext 346 Process = SpawnProcess variable in SpawnContext
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | context.py | 220 class Process(process.BaseProcess): class 231 Process = Process variable in DefaultContext 304 Process = ForkProcess variable in ForkContext 308 Process = SpawnProcess variable in SpawnContext 312 Process = ForkServerProcess variable in ForkServerContext 345 Process = SpawnProcess variable in SpawnContext
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Target/ |
D | ThreadPlanBase.h | 24 friend class Process; // RunThreadPlan manages "stopper" base plans. variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/ |
D | ThreadPlanBase.h | 24 friend class Process; // RunThreadPlan manages "stopper" base plans. variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/ |
D | ThreadPlanBase.h | 24 friend class Process; // RunThreadPlan manages "stopper" base plans. variable
|