summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup02/psxcleanup02.doc
blob: 8fb016485ad3e3cd759230a7440a7008a46b8bcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
This file describes the directives and concepts tested by this test set.

test set name: psxcleanup02

directives:

  - pthread_key_create()
  - pthread_cleanup_push()

concepts:

  - Ensures that the POSIX cleanup handler are called before the POSIX key
    destructors.