What is MUTEX ?

Answers were Sorted based on User's Feedback



What is MUTEX ?..

Answer / narsinha

mutex is an semaphore integer variable indicates process
number which is currently used resource.it indicates mutual
exclusion in which one job can use single non sharable
resource at a time to remove conflicts between more than
two simultaneous competing concurrent processes to get
access of single non sharable resource at a time.

Is This Answer Correct ?    3 Yes 0 No

What is MUTEX ?..

Answer / sriram

mutex is a synchronization variable

it is used in critical section problems...

Is This Answer Correct ?    2 Yes 0 No

What is MUTEX ?..

Answer / raveendra reddy

MUTEX is an integer variable used to represent the process
number which is going to be processed.here we can use the
MUTEX variable to ensure the mutual exclusion.

Is This Answer Correct ?    2 Yes 0 No

What is MUTEX ?..

Answer / chandrashaker

mutex is a binary semaphore used in the problem of critical section

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Operating Systems General Concepts Interview Questions

How do I scan a usb drive for errors?

0 Answers  


Why interprocess communication is required?

0 Answers  


Can you install a 32bit program on a 64 bit computer?

0 Answers  


Can I delete the program files x86?

0 Answers  


How do I force a program to close?

0 Answers  






Explain turnaround time and response time?

0 Answers  


How do you assign priority to a worker thread?

0 Answers   MindCracker,


What are the thread states?

0 Answers  


what is the difference between mutexes and semaphores?

0 Answers  


Explain the functions of the cu and alu in the cpu of a computer.

0 Answers  


What is the difference between exclusive lock and shared lock?

0 Answers  


What is difference between synchronous and asynchronous threads and when can we use them?

2 Answers   HP,


Categories