logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What is mutex?


  • Correct Answer
  • 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 


  • Operating Systems problems


    Search Results


    • 1. What is a deadlock?
    • Discuss
    • 2. What are types of threads?
    • Discuss
    • 3. What are java threads?
    • Discuss
    • 4. What are various scheduling queues?
    • Discuss
    • 5. What are system calls?
    • Discuss
    • 6. What is Marshalling?
    • Discuss
    • 7. What is dual-mode operation?
    • Discuss
    • 8. What are the different types of Real-Time Scheduling?
    • Discuss
    • 9. What is relative path and absolute path?
    • Discuss
    • 10. What is fragmentation?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment