summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
blob: ceb7691bc737fb4855c50801eee4da74d28b2827 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                                                          
                                        




                                              
             





                                      
 
#  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.org/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)