summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmutex03/psxtmmutex03.doc
blob: c479a0fe815ddf00f655bac287a1028c0aef085e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#  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_mutex_lock - available 
+ pthread_mutex_unlock - no threads waiting 
+ pthread_mutex_trylock - available 
+ pthread_mutex_trylock - not available 
+ pthread_mutex_unlock - no threads waiting 
+ pthread_mutex_timedlock - available 
+ pthread_mutex_unlock - no threads waiting