Aug. 6, 2019
11:42 a.m.
On Tue, 06 Aug 2019 14:15:53 +0530, Muni Sekhar said:
If they do different things, does the waiting threads wakeup order is the same in which they were enqueued (FIFO order)?
You missed the point - if you have (for example) something that's waiting for mouse I/O and something that's waiting for a network packet, under what conditions will they be using the same wait event?