ZHANITEST / pspemu

Automatically exported from code.google.com/p/pspemu
0 stars 0 forks source link

Implement deterministic wakeup for Semaphores and Events #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now Semaphores and Events are awaken in a non-deterministic way.

To do it in a deterministic way, we should create a WaitEvent per waiting 
thread and trigger only the one we want after iterate all the waiting threads.

Original issue reported on code.google.com by soywiz on 2 Jul 2011 at 11:55

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/pspemu/issues/detail?id=29

Original comment by soywiz on 10 Aug 2011 at 7:25