Solution
An equivalent function that can be used with LabVIEW is Windows' function
WaitForSingleObject. It waits until the object specified by the passed handle is in the
signaled state, or until the specified time-out interval has elapsed.
The function WaitForSingleObject is contained in Windows'
kernel32.dll. The attached VI demonstrates how to use it.