Search:

Type: Posts; User: liz

Search: Search took 0.19 seconds.

  1. what is wrong with this code? this is peterson Lock implemented for n threads using binary tree data structure

    import java.util.concurrent.TimeUnit;
    import java.util.concurrent.atomic.AtomicInteger;
    import java.util.concurrent.locks.Condition;
    import java.util.concurrent.locks.Lock;

    public class...
  2. Replies
    1
    Views
    2,090

    please solve the problem

    peterson 2 thread lock for n threads..java code
  3. Thread: solve the problem

    by liz
    Replies
    2
    Views
    950

    solve the problem

    code for Peterson Lock for n threads using binary tree
Results 1 to 3 of 3