This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/66AK2H12: Using c++11 threads and synchronization primitives in compiler version 8.3.1

Part Number: 66AK2H12

Tool/software: TI C/C++ Compiler

Hi

I downloaded compiler ver 8.3.1 for c6000.

I am trying to use std::mutex by including <mutex>

it seems to be not implemented.

when i look further into the code, i see that the reason is that 

_LIBCPP_HAS_NO_THREADS is defined in "__config_site"

I also enabled multi threading option in the compiler settings.

So my question is: isn't mutex and all other synchronization primitives in c++11 implemented?

I didn't see specific mention of this under "Section 7.2 of the "TMS320C6000 Optimizing Compiler User's Guide"