diff options
Diffstat (limited to 'tests/threads/README')
-rw-r--r-- | tests/threads/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/threads/README b/tests/threads/README new file mode 100644 index 000000000..e49a62eed --- /dev/null +++ b/tests/threads/README @@ -0,0 +1,2 @@ +test1: exercise a two-reader, one-writer, rwlock-protected hash. +test2: a template for a nthread, nloop kind of program |