Put the current thread to the end of the scheduler's queue and schedule another thread to run. This allows cooperating threads of the same priority to share CPU resources equally.
Declared in <bslmt_threadutilimpl_pthread.h>
<bslmt_threadutilimpl_pthread.h>
static void yield();