From 8fffe77b52c2a32276fe861338e6bebd45595b99 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Aug 2011 13:23:33 +0000 Subject: 2011-08-02 Ricardo Aguirre PR 1874/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of multiple pthread_rwlock operations that can be done as single shot times. * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am, psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files. --- .../psxtmtests/psxtmrwlock01/psxtmrwlock01.doc | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testsuites/psxtmtests/psxtmrwlock01/psxtmrwlock01.doc (limited to 'testsuites/psxtmtests/psxtmrwlock01/psxtmrwlock01.doc') diff --git a/testsuites/psxtmtests/psxtmrwlock01/psxtmrwlock01.doc b/testsuites/psxtmtests/psxtmrwlock01/psxtmrwlock01.doc new file mode 100644 index 0000000000..7ccf6efbeb --- /dev/null +++ b/testsuites/psxtmtests/psxtmrwlock01/psxtmrwlock01.doc @@ -0,0 +1,23 @@ +# +# $Id$ +# +# 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: + ++ pthread_rwlock_init ++ pthread_rwlock_rdlock - available ++ pthread_rwlock_unlock ++ pthread_rwlock_tryrdlock - available ++ pthread_rwlock_timedrdlock - available ++ pthread_rwlock_wrlock - available ++ pthread_rwlock_trywrlock - available ++ pthread_rwlock_timedwrlock - available ++ pthread_rwlock_destroy + -- cgit v1.2.3