summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmutex03/psxtmmutex03.doc
blob: abda014d144f2bc63c49f261f5b5002c01927307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
#  $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_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