Answer Posted / satchi
Mutex is a program object that allows multiple program
threads to share the same resource, such as file access,
but not simultaneously. When a program is started a mutex
is created woth a unique name. After this stage, any thread
that needs the resource must lock the mutex from other
threads while it is using the resource. the mutex is set to
unlock when the data is no longer needed or the routine is
finished.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is bash an operating system?
What language is bash written in?
Tell something about the super block in shell scripting?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What is the use of "$?" Sign in shell script?
Write down the syntax for all the loops in shell scripting.
What are the advantages of shell script?
How will you print the login names of all users on a system?
What is in a script?
What is shell and terminal?
What is shell prompt?
What are "c" and "b" permission fields of a file?
What are the types of script?
Is shell scripting difficult?
What is $1 in shell scripting?