Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 25 of 12024) sorted by relevance

12345678910>>...481

/dports/science/simlib/simlib/tests/reference-outputs/
H A Dbarrier-test2.out2 Time 36.2977 --- Process#1
3 Time 36.2977 --- Process#2
4 Time 36.2977 --- Process#3
5 Time 36.2977 --- Process#4
6 Time 59.6677 --- Process#5
7 Time 59.6677 --- Process#6
8 Time 59.6677 --- Process#7
9 Time 59.6677 --- Process#8
10 Time 73.9353 --- Process#9
11 Time 73.9353 --- Process#10
[all …]
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processcore/
H A Dprocess.cpp17 Process *parent;
77 Process::Process() in Process() function in KSysGuard::Process
83 Process::Process(qlonglong _pid, qlonglong _ppid, Process *_parent) in Process() function in KSysGuard::Process
92 Process::~Process() in ~Process()
246 Process *Process::parent() const in parent()
356 Process::Scheduler Process::scheduler() const in scheduler()
361 Process::IoPriorityClass Process::ioPriorityClass() const in ioPriorityClass()
431 Process::ProcessStatus Process::status() const in status()
501 QList<Process *> &Process::children() const in children()
516 Process::Changes Process::changes() const in changes()
[all …]
H A Dextended_process_list.cpp44 KSysGuard::Process::Change changeFlag = KSysGuard::Process::Nothing, in ProcessSensor()
109 [this](KSysGuard::Process *p) { in ExtendedProcesses()
117 KSysGuard::Process::Uids, in ExtendedProcesses()
125 [this](KSysGuard::Process *p) { in ExtendedProcesses()
146 KSysGuard::Process::Uids, in ExtendedProcesses()
202 [](KSysGuard::Process *p) { in ExtendedProcesses()
205 KSysGuard::Process::Usage); in ExtendedProcesses()
243 [](KSysGuard::Process *p) { in ExtendedProcesses()
246 KSysGuard::Process::Usage, in ExtendedProcesses()
283 [](KSysGuard::Process *p) { in ExtendedProcesses()
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/process/
H A Dspawn_spec.rb55 Process.wait pid
64 Process.wait pid
224 Process.wait Process.spawn(o, "echo #{@var}>#{@name}")
335 pgid = Process.getpgid(Process.pid)
364 Process.wait Process.spawn(ruby_cmd("print Dir.pwd"))
398 Process.wait Process.spawn(ruby_cmd("print File.umask"))
423 Process.wait Process.spawn("echo glark", out: file)
429 Process.wait Process.spawn("echo glark", out: @name)
434 Process.wait Process.spawn("echo glark", out: [@name, 'w'])
449 Process.wait Process.spawn("echo glark>&2", err: file)
[all …]
H A Dsetrlimit_spec.rb48 Process.setrlimit(:AS, *Process.getrlimit(Process::RLIMIT_AS)).should be_nil
53 Process.setrlimit(:CORE, *Process.getrlimit(Process::RLIMIT_CORE)).should be_nil
57 Process.setrlimit(:CPU, *Process.getrlimit(Process::RLIMIT_CPU)).should be_nil
61 Process.setrlimit(:DATA, *Process.getrlimit(Process::RLIMIT_DATA)).should be_nil
65 Process.setrlimit(:FSIZE, *Process.getrlimit(Process::RLIMIT_FSIZE)).should be_nil
69 Process.setrlimit(:NOFILE, *Process.getrlimit(Process::RLIMIT_NOFILE)).should be_nil
73 Process.setrlimit(:STACK, *Process.getrlimit(Process::RLIMIT_STACK)).should be_nil
88 Process.setrlimit(:RSS, *Process.getrlimit(Process::RLIMIT_RSS)).should be_nil
130 Process.setrlimit("AS", *Process.getrlimit(Process::RLIMIT_AS)).should be_nil
135 Process.setrlimit("CORE", *Process.getrlimit(Process::RLIMIT_CORE)).should be_nil
[all …]
H A Dwait_spec.rb9 leaked = Process.waitall
26 Process.wait.should == pid
31 Process.wait
38 Process.wait.should == pid
45 Process.wait(pid2).should == pid2
46 Process.wait(pid1).should == pid1
62 Process.wait(0).should == pid2
63 Process.wait.should == pid1
69 pid = Process.fork do
84 Process.kill("TERM", pid)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go43 func (p *Process) Ppid() (int32, error) {
57 func (p *Process) Tgid() (int32, error) {
60 func (p *Process) Exe() (string, error) {
95 func (p *Process) Parent() (*Process, error) {
99 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
221 func (p *Process) Children() ([]*Process, error) {
225 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
270 func (p *Process) Suspend() error {
277 func (p *Process) Resume() error {
284 func (p *Process) Terminate() error {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go35 func Processes() ([]*Process, error) {
58 func (p *Process) Ppid() (int32, error) {
72 func (p *Process) Tgid() (int32, error) {
107 func (p *Process) Parent() (*Process, error) {
111 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
246 func (p *Process) Children() ([]*Process, error) {
250 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
298 func (p *Process) Suspend() error {
305 func (p *Process) Resume() error {
312 func (p *Process) Terminate() error {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go35 func Processes() ([]*Process, error) {
58 func (p *Process) Ppid() (int32, error) {
72 func (p *Process) Tgid() (int32, error) {
107 func (p *Process) Parent() (*Process, error) {
111 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
246 func (p *Process) Children() ([]*Process, error) {
250 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
298 func (p *Process) Suspend() error {
305 func (p *Process) Resume() error {
312 func (p *Process) Terminate() error {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go35 func Processes() ([]*Process, error) {
58 func (p *Process) Ppid() (int32, error) {
72 func (p *Process) Tgid() (int32, error) {
107 func (p *Process) Parent() (*Process, error) {
111 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
246 func (p *Process) Children() ([]*Process, error) {
250 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
298 func (p *Process) Suspend() error {
305 func (p *Process) Resume() error {
312 func (p *Process) Terminate() error {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go35 func Processes() ([]*Process, error) {
58 func (p *Process) Ppid() (int32, error) {
72 func (p *Process) Tgid() (int32, error) {
107 func (p *Process) Parent() (*Process, error) {
111 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
246 func (p *Process) Children() ([]*Process, error) {
250 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
298 func (p *Process) Suspend() error {
305 func (p *Process) Resume() error {
312 func (p *Process) Terminate() error {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go35 func Processes() ([]*Process, error) {
58 func (p *Process) Ppid() (int32, error) {
72 func (p *Process) Tgid() (int32, error) {
107 func (p *Process) Parent() (*Process, error) {
111 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
246 func (p *Process) Children() ([]*Process, error) {
250 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
298 func (p *Process) Suspend() error {
305 func (p *Process) Resume() error {
312 func (p *Process) Terminate() error {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/shirou/gopsutil/gopsutil-2.18.12/process/
H A Dprocess_fallback.go39 func Processes() ([]*Process, error) {
51 func (p *Process) Ppid() (int32, error) {
65 func (p *Process) Tgid() (int32, error) {
103 func (p *Process) Parent() (*Process, error) {
107 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
236 func (p *Process) Children() ([]*Process, error) {
240 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
285 func (p *Process) Suspend() error {
292 func (p *Process) Resume() error {
299 func (p *Process) Terminate() error {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go39 func Processes() ([]*Process, error) {
51 func (p *Process) Ppid() (int32, error) {
65 func (p *Process) Tgid() (int32, error) {
103 func (p *Process) Parent() (*Process, error) {
107 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
229 func (p *Process) Children() ([]*Process, error) {
233 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
278 func (p *Process) Suspend() error {
285 func (p *Process) Resume() error {
292 func (p *Process) Terminate() error {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go39 func Processes() ([]*Process, error) {
51 func (p *Process) Ppid() (int32, error) {
65 func (p *Process) Tgid() (int32, error) {
103 func (p *Process) Parent() (*Process, error) {
107 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
229 func (p *Process) Children() ([]*Process, error) {
233 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
278 func (p *Process) Suspend() error {
285 func (p *Process) Resume() error {
292 func (p *Process) Terminate() error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go39 func Processes() ([]*Process, error) {
51 func (p *Process) Ppid() (int32, error) {
65 func (p *Process) Tgid() (int32, error) {
103 func (p *Process) Parent() (*Process, error) {
107 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
229 func (p *Process) Children() ([]*Process, error) {
233 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
278 func (p *Process) Suspend() error {
285 func (p *Process) Resume() error {
292 func (p *Process) Terminate() error {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go39 func Processes() ([]*Process, error) {
51 func (p *Process) Ppid() (int32, error) {
65 func (p *Process) Tgid() (int32, error) {
103 func (p *Process) Parent() (*Process, error) {
107 func (p *Process) ParentWithContext(ctx context.Context) (*Process, error) {
229 func (p *Process) Children() ([]*Process, error) {
233 func (p *Process) ChildrenWithContext(ctx context.Context) ([]*Process, error) {
278 func (p *Process) Suspend() error {
285 func (p *Process) Resume() error {
292 func (p *Process) Terminate() error {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dprocess_win.cc29 Process::Process(ProcessHandle handle) in Process() function in base::Process
34 Process::Process(Process&& other) in Process() function in base::Process
40 Process::~Process() { in ~Process()
43 Process& Process::operator=(Process&& other) { in operator =()
52 Process Process::Current() { in Current()
53 Process process; in Current()
59 Process Process::Open(ProcessId pid) { in Open()
64 Process Process::OpenWithExtraPrivileges(ProcessId pid) { in OpenWithExtraPrivileges()
70 Process Process::OpenWithAccess(ProcessId pid, DWORD desired_access) { in OpenWithAccess()
110 Process Process::Duplicate() const { in Duplicate()
[all …]
H A Dprocess_fuchsia.cc76 Process::Process(ProcessHandle handle) in Process() function in base::Process
81 Process::~Process() { in ~Process()
85 Process::Process(Process&& other) in Process() function in base::Process
91 Process& Process::operator=(Process&& other) { in operator =()
99 Process Process::Current() { in Current()
100 Process process; in Current()
106 Process Process::Open(ProcessId pid) { in Open()
114 Process Process::OpenWithExtraPrivileges(ProcessId pid) { in OpenWithExtraPrivileges()
120 Process Process::DeprecatedGetProcessFromHandle(ProcessHandle handle) { in DeprecatedGetProcessFromHandle()
127 return Process(); in DeprecatedGetProcessFromHandle()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dprocess_win.cc29 Process::Process(ProcessHandle handle) in Process() function in base::Process
34 Process::Process(Process&& other) in Process() function in base::Process
40 Process::~Process() { in ~Process()
43 Process& Process::operator=(Process&& other) { in operator =()
52 Process Process::Current() { in Current()
53 Process process; in Current()
59 Process Process::Open(ProcessId pid) { in Open()
64 Process Process::OpenWithExtraPrivileges(ProcessId pid) { in OpenWithExtraPrivileges()
70 Process Process::OpenWithAccess(ProcessId pid, DWORD desired_access) { in OpenWithAccess()
110 Process Process::Duplicate() const { in Duplicate()
[all …]
H A Dprocess_fuchsia.cc23 Process::Process(ProcessHandle handle) in Process() function in base::Process
28 Process::~Process() { in ~Process()
32 Process::Process(Process&& other) in Process() function in base::Process
38 Process& Process::operator=(Process&& other) { in operator =()
46 Process Process::Current() { in Current()
47 Process process; in Current()
53 Process Process::Open(ProcessId pid) { in Open()
64 return Process(); in Open()
70 Process Process::OpenWithExtraPrivileges(ProcessId pid) { in OpenWithExtraPrivileges()
76 Process Process::DeprecatedGetProcessFromHandle(ProcessHandle handle) { in DeprecatedGetProcessFromHandle()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go38 func (p *Process) Ppid() (int32, error) {
41 func (p *Process) Name() (string, error) {
44 func (p *Process) Exe() (string, error) {
56 func (p *Process) Cwd() (string, error) {
59 func (p *Process) Parent() (*Process, error) {
74 func (p *Process) Nice() (int32, error) {
110 func (p *Process) Children() ([]*Process, error) {
131 func (p *Process) Suspend() error {
134 func (p *Process) Resume() error {
137 func (p *Process) Terminate() error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go38 func (p *Process) Ppid() (int32, error) {
41 func (p *Process) Name() (string, error) {
44 func (p *Process) Exe() (string, error) {
56 func (p *Process) Cwd() (string, error) {
59 func (p *Process) Parent() (*Process, error) {
74 func (p *Process) Nice() (int32, error) {
110 func (p *Process) Children() ([]*Process, error) {
131 func (p *Process) Suspend() error {
134 func (p *Process) Resume() error {
137 func (p *Process) Terminate() error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/process/
H A Dprocess_fallback.go38 func (p *Process) Ppid() (int32, error) {
41 func (p *Process) Name() (string, error) {
44 func (p *Process) Exe() (string, error) {
56 func (p *Process) Cwd() (string, error) {
59 func (p *Process) Parent() (*Process, error) {
74 func (p *Process) Nice() (int32, error) {
110 func (p *Process) Children() ([]*Process, error) {
131 func (p *Process) Suspend() error {
134 func (p *Process) Resume() error {
137 func (p *Process) Terminate() error {
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Model/
H A DProcess.cxx28 CLASSNAMEINIT(Process) in CLASSNAMEINIT() argument
31 Process::Process() in CLASSNAMEINIT()
38 Process::Process(const ProcessImplementation & implementation) in Process() function in Process
45 Process::Process(const Implementation & p_implementation) in Process() function in Process
52 Process::Process(ProcessImplementation * p_implementation) in Process() function in Process
59 String Process::__repr__() const in __repr__()
88 Bool Process::isNormal() const in isNormal()
100 Bool Process::isComposite() const in isComposite()
156 Mesh Process::getMesh() const in getMesh()
185 Process Process::getMarginal(const UnsignedInteger i) const in getMarginal()
[all …]

12345678910>>...481