Noob question: std::thread vs pthread

Hi folks, I have a noob question. I searched the forum and nothing substantive came up in the first couple of pages. So, I thought I would just ask.

The module I am developing is multi threaded. I was wondering if VCV has a preference/convention on std::thread vs pthread? It seems the SDK uses pthread?

Any info would be greatly appreciated.