Wait until this flag has been set (returning immediately if this flag is already set), and, if this flag is not already set, spin for the specified spinCount iterations before waiting on a semaphore. The behavior is undefined unless there are no other threads waiting for this flag to be set.
Synopsis
Declared in <bslmt_qlock.h>
void
waitUntilSet(int spinRetryCount);
Created with MrDocs