aboutsummaryrefslogtreecommitdiff
path: root/tests/pthread/specific.c.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pthread/specific.c.txt')
-rw-r--r--tests/pthread/specific.c.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pthread/specific.c.txt b/tests/pthread/specific.c.txt
new file mode 100644
index 00000000..ad122b3d
--- /dev/null
+++ b/tests/pthread/specific.c.txt
@@ -0,0 +1,8 @@
+pthread_key_create = 0
+pthread_setspecific = 0
+pthread_getspecific = 123
+pthread_getspecific after key recreate = (nil)
+pthread_key_delete = 0
+pthread_key_delete repeated = 22
+pthread_setspecific for value NULL = 22
+pthread_key_delete just after created = 0