Possible Duplicate:
In g++ is C++ 11 thread model using pthreads in the background?
I have read from somewhere that OpenMP
is implemented using PThreads
in Linux systems although they seem quite different to me. Considering the (relative) similarities between C++11
threads and PThreads
I was wondering,
Does anyone know if C++11
threads implemented using PThreads
or any other multithreading library in gcc
or clang
?