summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmrwlock01/psxtmrwlock01.doc
blob: 147a36ac1030be5cc9b93f6f087e2bcadc2c8e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
#  $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_tryrdlock - not available
+ pthread_rwlock_timedrdlock - available 
+ pthread_rwlock_wrlock - available
+ pthread_rwlock_trywrlock - available
+ pthread_rwlock_trywrlock - not available 
+ pthread_rwlock_timedwrlock - available 
+ pthread_rwlock_destroy