summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c11/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/c11/README.txt b/c11/README.txt
new file mode 100644
index 0000000..9d69bf0
--- /dev/null
+++ b/c11/README.txt
@@ -0,0 +1,7 @@
+This directory contains a set of examples of using the entire
+C11 <threads.h> API.
+
+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