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

前端 未结 7 1286
抹茶落季
抹茶落季 2020-11-29 02:59

There have been a lot of questions about C11 and C11 threading, but I don\'t see a definitive answer anywhere:

Does any C

7条回答
  •  Happy的楠姐
    2020-11-29 03:10

    FreeBSD provides threads.h since FreeBSD 10.0 The program needs to be linked against libstdsthreads.

提交回复
热议问题