Home
last modified time | relevance | path

Searched refs:is_process_running (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11/py-python-xapp/python3-xapp-2.0.2/xapp/
H A Dos.py63 def is_process_running(process_name): function
79 if is_desktop_kde() and is_process_running("polkit-kde-authentication-agent-1"):
81 if is_desktop_mate() and is_process_running("polkit-mate-authentication-agent-1"):
83 elif is_process_running("polkit-gnome-authentication-agent-1"):
85 elif is_process_running("polkitd"):
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/components/
H A Dphodevi_system.php1315 if(pts_client::is_process_running('gnome-shell'))
1388 …else if(($kde4 = pts_client::is_process_running('kded4')) || pts_client::is_process_running('kded'…
1412 else if(pts_client::is_process_running('chromeos-wm'))
1449 …else if(pts_client::is_process_running('xfce4-session') || pts_client::is_process_running('xfce-mc…
1461 else if(pts_client::is_process_running('sugar-session'))
1467 else if(pts_client::is_process_running('openbox'))
1478 else if(pts_client::is_process_running('cinnamon'))
1483 else if(pts_client::is_process_running('sway'))
1503 else if(pts_client::is_process_running('icewm'))
1536 if(pts_client::is_process_running('weston'))
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_nodes.erl11 is_running/2, is_process_running/2,
77 -spec is_process_running(node(), atom()) -> boolean().
79 is_process_running(Node, Process) -> function
80 rabbit_nodes_common:is_process_running(Node, Process).
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dprocess.cpp30 bool is_process_running(pid pid) in is_process_running() function
53 bool is_process_running(pid pid)
H A Dprocess.h19 bool is_process_running(pid pid);
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/syslog_ng/
H A Dsyslog_ng_cli.py79 def is_process_running(self): member in SyslogNgCli
84 if not s.is_process_running():
145 if not wait_until_false(self.is_process_running):
163 if not self.is_process_running():
H A Dsyslog_ng.py48 def is_process_running(self): member in SyslogNg
49 return self.__syslog_ng_cli.is_process_running()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_nodes_common.erl21 …make/1, make/2, parts/1, names/1, name_type/1, ensure_epmd/0, is_running/2, is_process_running/2]).
180 case is_process_running(Node, rabbit) of
258 is_process_running(Node, Process) -> function
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Ddaemon.py20 from deluge.common import get_version, is_ip, is_process_running, windows_check
51 if is_process_running(pid):
/dports/www/fusionpbx/fusionpbx-4.4.1/app/services/
H A Dservices.php106 function is_process_running($pid) { function
220 $service_running = is_process_running($pid);
/dports/irc/ircII/ircii-20210314/include/
H A Dexec.h52 int is_process_running(int);
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/libraries/
H A DProcess.py368 def is_process_running(self, handle=None): member in Process
385 if not self.is_process_running(handle):
396 if self.is_process_running(handle):
555 if self.is_process_running(handle):
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dexec.h96 int is_process_running _((int));
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dexec.h96 int is_process_running _((int));
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dmisc.h57 bool is_process_running(const char * name);
H A Dmisc.c186 bool is_process_running(const char * name) in is_process_running() function
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/sbin/pkcsep11_session/
H A Dpkcsep11_session.c353 static int is_process_running(pid_t pid) in is_process_running() function
584 if (is_process_running(pid)) in logout_session_obj()
590 if (is_process_running(pid)) { in logout_session_obj()
650 if (is_process_running(pid)) in show_session_obj()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dmonit.py188 def is_process_running(self): member in Monit
311 running = monit.is_process_running()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Dmonit.py188 def is_process_running(self): member in Monit
311 running = monit.is_process_running()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Dsession.cpp104 return base::is_process_running(m_pid); in isRunning()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dexec.c992 is_process_running(proc_index) in is_process_running() function
1181 if (is_process_running(i))
/dports/irc/ircII/ircii-20210314/source/
H A Dexec.c839 is_process_running(int proc_index) in is_process_running() function
1020 if (is_process_running(i)) in execcmd()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dexec.c1003 is_process_running(proc_index) in is_process_running() function
1181 if (is_process_running(i))
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_client.php1869 public static function is_process_running($process) function in pts_client
2271 if(pts_client::is_process_running($b) && ($b = pts_client::executable_in_path($b)))
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/
H A Dcommon.py1347 def is_process_running(pid): function

12