summaryrefslogtreecommitdiff
path: root/posix_api/livermore/pthread/README
diff options
context:
space:
mode:
Diffstat (limited to 'posix_api/livermore/pthread/README')
-rw-r--r--posix_api/livermore/pthread/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/posix_api/livermore/pthread/README b/posix_api/livermore/pthread/README
new file mode 100644
index 0000000..17cefd4
--- /dev/null
+++ b/posix_api/livermore/pthread/README
@@ -0,0 +1,5 @@
+This is a simple example which illustrates how to use the
+pthreads adapted from the Lawrence Livermore POSIX Pthreads
+tutorial: ​https://computing.llnl.gov/tutorials/pthreads/.
+
+Thanks to Christopher Kerl for providing the code.