# 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)