|
Re: RE: Event Flags Support
|
11/16/2007 4:03 PM
post2721
|
Re: RE: Event Flags Support
I apologize for being so vague...
I might have already found the answer to my initial question, but this is what I meant. Is there a way for a thread to
pend on multiple conditions being met? So, other threads would post events and the pending thread would unblock when
all of its specified conditions are met. I haven't found anything that does exactly what I want, but obviously I could
write a wrapper that used condition variables. Just didn't want to reinvent the wheel.
|
|
|