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 Object | Description |
---|---|
Create Rendezvous | Looks up an existing rendezvous or creates a new rendezvous and returns a refnum. |
Destroy Rendezvous | Destroys the specified rendezvous. |
Get Rendezvous Status | Returns current status information of a rendezvous. |
Not A Rendezvous | Returns TRUE if rendezvous is not a valid rendezvous refnum. |
Resize Rendezvous | Changes the size of rendezvous by size change and returns new size. |
Wait at Rendezvous | Waits until a sufficient number of tasks have arrived at the rendezvous. |