. |
mpiNotifyEventWake Declaration
Description mpiNotifyEventWake wakes a thread that is waiting for an event notification from a Notify object (notify). The awakened thread will return from its call to mpiNotifyEventWait(notify, status, timeout) with the contents of status set to the contents of status. If status is NULL, status will indicate an event of type MPIEventTypeNONE. NotifyEventWake is different from NotifyEvent, because event notification is not accepted based on the event type or source (NotifyEvent); instead event notification is always accepted (NotifyEventWake).
See Also mpiNotifyEventWait | MPIEventType
|
| | Copyright © 2001-2021 Motion Engineering |