Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What are the minimum requirements for a Deadlock situation in a program?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • How to Solve a Deadlock?
  • What is a Deadlock situation?
  • How can we detect a Deadlock situation?

  • What are the minimum requirements for a Deadlock situation in a program?

    0

    For a deadlock to occur following are the minimum requirements:

    1. Mutual exclusion: There has to be a resource that can be

    accessed by only one thread at any point of time.

    2. Resource holding: One thread locks one resource and

    holds it, and at the same time it tries to acquire lock on

    another mutually exclusive resource.

    3. No preemption: There is no pre-emption mechanism by

    which resource held by a thread can be freed after a

    specific period of time.

    4. Circular wait: There can be a scenario in which two or

    more threads lock one resource each and they wait for

    each other’s resource to get free. This causes circular wait

    among threads for same set of resources.

    https://www.scaler.com/topics/operating-system/deadlock-in-os/

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.