aboutsummaryrefslogtreecommitdiff
path: root/tests/pthread/specific.c.txt
blob: ce7bef3db23c064778e3f3eabf99275832d97f1a (plain)
1
2
3
4
5
6
7
8
9
10
pthread_key_create = 0
pthread_setspecific = 0
pthread_getspecific = 123
valid pthread_setspecific for value NULL = 0
pthread_getspecific = (nil)
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