Does any C library implement C11 threads for GNU/Linux?
问题 There have been a lot of questions about C11 and C11 threading, but I don\'t see a definitive answer anywhere: Does any C library implement the C11 threading interface usable on GNU/Linux-like? e.g., provide the \"optional\" <threads.h> and the thread support library like thrd_create() , from the C11 standard near p. 376. Ideally, I\'d like to find a library that is common-ish, open-source or free, for common/generic/multi architecture (e.g., GNU/Linux, x86_64, or portable-ish). A few of the