[Bug 1874] New: posix timing tests: psxtmrwlock01

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Tue Aug 2 01:49:26 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1874

           Summary: posix timing tests: psxtmrwlock01
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: testing
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: el.mastin at ymail.com


Created attachment 1266
  --> https://www.rtems.org/bugzilla/attachment.cgi?id=1266
posix timing rwlock tests: init, destroy, rdlock, unlock, timedrdlock, wrlock,
trywrlock, timedwrlock

Contains these rwlock tests:
    + pthread_rwlock_init 
    + pthread_rwlock_rdlock - available 
    + pthread_rwlock_unlock
    + pthread_rwlock_rdlock - available 
    + pthread_rwlock_timedrdlock - available 
    + pthread_rwlock_wrlock - available 
    + pthread_rwlock_trywrlock - available 
    + pthread_rwlock_timedwrlock - available 
    + pthread_rwlock_destroy 

  The output (--target=sparc-rtems4.11 --enable-rtemsbsp=sis) is:


*** POSIX TIME PSXTMRWLOCK 01  ***
pthread_rwlock_init 34
pthread_rwlock_rdlock - available 32
pthread_rwlock_unlock - available 42
pthread_rwlock_tryrdlock - available 32
pthread_rwlock_unlock - available 42
pthread_rwlock_timedrdlock - available 34
pthread_rwlock_unlock - available 43
pthread_rwlock_wrlock - available 32
pthread_rwlock_unlock - available 41
pthread_rwlock_trywrlock - available 31
pthread_rwlock_unlock - available 42
pthread_rwlock_timedwrlock - available 33
pthread_rwlock_unlock - available 41
pthread_rwlock_destroy 36
*** END OF POSIX TIME PSXTMRWLOCK 01 ***

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list