Multi threading on the TX1

I’m hoping to natively compile multi threaded c++ code on the Jetson TX1.
Any suggestions on thread vs. pthread or even openMP?
Any suggestions appreciated.

Hi dave4ff8k,

You can search if any available discussion thread help. Below is an example:

https://stackoverflow.com/questions/3949901/pthreads-vs-openmp

Many thanks for your advice. :)
I had found some of that - I was kind of wondering if there was anything TX1 specific that allowed/disallowed such approaches, or whether there was something obvious I was missing that the TX1 provides. It’s often worth doing a sanity check on these things so I don’t end up on some inappropriate path.