Is there in QNX sth like WinApi Events ?

Is there in QNX sth like Events + WaitForMultipleObjects()
(in windows programming) ?
I mean:
the way of IPC that isn’t queued -

  • that is in state Set or Reset;

Oink,

What part of the WaitForMultipleObjects functionality are you trying to achieve?

Are you wanting to wait for a bunch of objects and then when the wait returns see how many are set (have data)?

If so you might want to look at the ‘select’ call.

Alternatively, doesn’t MsgReceive (using pulses) work for what you need?

Tim