Is there a way to replace Pthread threading backend to OpenMP?

I have done benchmarking of MongoDB using YCSB tool. I observe that it takes more time to run workloads on ARM machine compared to X86. I am curious to know if there is a way to implement OpenMP threading in MongoDB. If yes, it would be of great help if someone could help me do that.