Data Structures | |
class | dummyobj |
Functions | |
def | safe_terminate_process_by_pid (pid, code) |
def | safe_terminate_process (proc, code) |
def terminate.safe_terminate_process_by_pid | ( | pid, | |
code | |||
) |
Definition at line 33 of file terminate.py.
Referenced by gnunet_janitor.main().
def terminate.safe_terminate_process | ( | proc, | |
code | |||
) |
Definition at line 38 of file terminate.py.