OpenCV random forest parallelization

I have read the sources of OpenCV and it seems like the random forest implementation is not parallelized. Is it really the case? And if yes, is there a specific reason why the random forest has not been parallelized?
Thanks!