SILENT KILLERPanel

Current Path: > > usr > lib64 > python3.6 > multiprocessing > >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib64/python3.6/multiprocessing//

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
dummy Directory - -
__init__.py File 923 bytes December 23 2018 21:37:14.
connection.py File 31062 bytes July 01 2025 22:09:53.
context.py File 10917 bytes December 23 2018 21:37:14.
forkserver.py File 8694 bytes December 23 2018 21:37:14.
heap.py File 8319 bytes December 23 2018 21:37:14.
managers.py File 38151 bytes December 23 2018 21:37:14.
pool.py File 26059 bytes December 23 2018 21:37:14.
popen_fork.py File 2307 bytes December 23 2018 21:37:14.
popen_forkserver.py File 1956 bytes December 23 2018 21:37:14.
popen_spawn_posix.py File 1904 bytes December 23 2018 21:37:14.
popen_spawn_win32.py File 2999 bytes December 23 2018 21:37:14.
process.py File 9211 bytes December 23 2018 21:37:14.
queues.py File 10763 bytes December 23 2018 21:37:14.
reduction.py File 9226 bytes December 23 2018 21:37:14.
resource_sharer.py File 5325 bytes December 23 2018 21:37:14.
semaphore_tracker.py File 5394 bytes December 23 2018 21:37:14.
sharedctypes.py File 6245 bytes December 23 2018 21:37:14.
spawn.py File 8863 bytes December 23 2018 21:37:14.
synchronize.py File 12050 bytes December 23 2018 21:37:14.
util.py File 11886 bytes December 23 2018 21:37:14.

Reading File: //usr/lib64/python3.6/multiprocessing///__init__.py

#
# Package analogous to 'threading.py' but using processes
#
# multiprocessing/__init__.py
#
# This package is intended to duplicate the functionality (and much of
# the API) of threading.py but uses processes instead of threads.  A
# subpackage 'multiprocessing.dummy' has the same API but is a simple
# wrapper for 'threading'.
#
# Copyright (c) 2006-2008, R Oudkerk
# Licensed to PSF under a Contributor Agreement.
#

import sys
from . import context

#
# Copy stuff from default context
#

globals().update((name, getattr(context._default_context, name))
                 for name in context._default_context.__all__)
__all__ = context._default_context.__all__

#
# XXX These should not really be documented or public.
#

SUBDEBUG = 5
SUBWARNING = 25

#
# Alias for main module -- will be reset by bootstrapping child processes
#

if '__main__' in sys.modules:
    sys.modules['__mp_main__'] = sys.modules['__main__']

SILENT KILLER Tool