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"