|
.oO SearXNG Developer Documentation Oo.
|
Functions | |
| new_thread_init (self, *args, **kwargs) | |
Variables | |
| old_thread_init = threading.Thread.__init__ | |
| __init__ | |
| _name | |
if setproctitle is installed. set Unix thread name with the Python thread name
| searx.unixthreadname.new_thread_init | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
Definition at line 16 of file unixthreadname.py.
References old_thread_init.
|
private |
Definition at line 21 of file unixthreadname.py.
|
protected |
Definition at line 19 of file unixthreadname.py.
| searx.unixthreadname.old_thread_init = threading.Thread.__init__ |
Definition at line 14 of file unixthreadname.py.
Referenced by new_thread_init().