[3710] Use undefined pthread behavior for FreeBSD.
This prevents failure of the CondVar unit tests which expect that the pthread_cond_destroy returns error code if the other thread is blocked on the conditional variable which is being destroyed.
Please register or sign in to comment