summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
blob: 3532bfc2a2141ac1824a15d94de7e71aeb0b0e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#  COPYRIGHT (c) 1989-2011.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.com/license/LICENSE.
#

This test benchmarks the following operations:

+ sem_init
+ sem_destroy
+ sem_open (first open 'O_CREAT')
+ sem_open (second open 'O_EXCL')
+ sem_close (named first/nested close)
+ sem_unlink (does not delete)
+ sem_close (named second close)
+ sem_unlink (deletes semaphore)