summaryrefslogtreecommitdiffstats
path: root/c11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c11/wscript: C11 concurrency does not require POSIX enabledJoel Sherrill2023-04-231-5/+4
|
* Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with ↵Vijay Kumar Banerjee2020-03-174-4/+4
| | | | CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
* c11_thread01/test.c: Fix minor issuesJoel Sherrill2018-09-241-3/+5
|
* Add examples for using the entire C11 <threads.h> API.Joel Sherrill2017-10-121-0/+7
| | | | | | | | | c11_thread01 - multiple threads, arguments, yield, sleep c11_mutex01 - mutual exclusion, blocking, timeout c11_cndvar01 - use condition variable to signal data arrival c11_key01 - per thread storage Closes #3188.
* Add C11 Threading ExamplesJoel Sherrill2017-10-1217-0/+813