C11 current execution status (<threads.h>)?

I'm curious what the status of the C11 implementation is, especially with respect to the optional <threads.h> . Does any platform currently support interfaces? If not, do you plan to implement the interfaces in terms of POSIX and / or WinAPI?

Does anyone else plan to use the interfaces described in C11 ( thrd_t , mtx_t , cond_t , etc.)?

+3
c multithreading c11 posix winapi
May 01 '14 at 1:15
source share

No one has answered this question yet.

See similar questions:

49
Does any C library implement C11 threads for GNU / Linux?

or similar:

2847
Improve SQLite performance per second per second?
1989
"implements Runnable" vs "extends Thread" in Java
171
Search for the current executable path without / proc / self / exe
83
What is the status of POSIX asynchronous I / O (AIO)?
60
Support for multithreading in c11
49
Does any C library implement C11 threads for GNU / Linux?
22
C11 GCC threads.h not found?
5
How to understand atomatics in a standalone implementation of C or C ++?
four
Does the available compiler provide an implementation of the C11 keyword '_Atomic' and the associated header 'stdatomic.h'?
2
Ssize_t alternative for POSIX non-compliant systems



All Articles