Can someone point me out to a FIFO implementation of threads. I do
not need the exact code, but some important steps and data structures
needed.
Thanks.
nagrik
> Can someone point me out to a FIFO implementation of threads. I do
> not need the exact code, but some important steps and data structures
> needed.
You could mean a lot of different things and it's not clear what. How
do you think FIFO relates to threads?
DS
Hello David,
I mean an implementation where the thread which goes on to sleep first
must be waken up first and handed over the lock for which it was
waiting on.
I hope it helps.
arun