Mutex: Difference between revisions

No change in size ,  5 years ago
m
Line 577:
We can simulate mutex
<lang M2000 Interpreter>
Form 80, 6050
Module CheckIt {
Thread.Plan Concurrent
Line 618:
} as K
Read M$
Thread K Execute Static N$=M$, C=0, Max=RANDOM(15,8)
Thread K interval Random(300, 2000)
}
Anonymous user