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
C11 threads support
- bartvanhofwegen
- Posts: 5
- Joined: Mon Aug 15, 2022 5:25 pm
- Location: The Netherlands
Re: C11 threads support
Hi Bart,
There is no C11 threads support in IDF yet. You can use pthread functions if you want to have a portable way of creating threads, though.
There is no C11 threads support in IDF yet. You can use pthread functions if you want to have a portable way of creating threads, though.
Who is online
Users browsing this forum: stdenits and 317 guests