C11 threads support
Posted: Wed Sep 14, 2022 4:54 pm
Hi,
Is the C11 threads library supported in ESP-IDF? I know about the pthreads support and there is mention of C++ std::thread (and relatives) support, as they are based on pthreads in GCC, but is the C11 threads lib also based on pthreads ans thus supported? I see that the threads.h header is available and there is mention of thread local support in the docs, but I can't find much else.
Thanks in advance !
Bart
Is the C11 threads library supported in ESP-IDF? I know about the pthreads support and there is mention of C++ std::thread (and relatives) support, as they are based on pthreads in GCC, but is the C11 threads lib also based on pthreads ans thus supported? I see that the threads.h header is available and there is mention of thread local support in the docs, but I can't find much else.
Thanks in advance !
Bart