summaryrefslogtreecommitdiff
path: root/c11/README.txt
blob: 9d69bf02f53938c61f331ffa8a968d92cc81eedf (plain)
1
2
3
4
5
6
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