Rendezvous VIs

Owning Palette: Synchronization VIs and Functions

Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Rendezvous VIs to synchronize two or more separate, parallel tasks at specific points of execution. Each task that reaches the rendezvous waits until the specified number of tasks are waiting, at which point all tasks proceed with execution.

Palette ObjectDescription
Create RendezvousLooks up an existing rendezvous or creates a new rendezvous and returns a refnum.
Destroy RendezvousDestroys the specified rendezvous.
Get Rendezvous StatusReturns current status information of a rendezvous.
Not A RendezvousReturns TRUE if rendezvous is not a valid rendezvous refnum.
Resize RendezvousChanges the size of rendezvous by size change and returns new size.
Wait at RendezvousWaits until a sufficient number of tasks have arrived at the rendezvous.