Home | History | Annotate | Download | only in threads
      1 Revision History:
      2 2004-06-29	Adam Li.
      3 
      4 This sub-directory contains test cases testing functional
      5 area defined by POSIX.
      6 It is still open WRT how to organize the test cases clearly.
      7 For the first steps, we will organize the test cases by
      8 funtional area (somewhat like POSIX options), or by APIs.
      9 
     10 Currently it contains:
     11 
     12 condvar - Test cases by Abhijeet Bisain. Testing pthread_cond_wait()
     13 scheduling behavior when threads has realtime priority.
     14 
     15 pi_test - Test Priority Inheritence.
     16 
     17 robust_test - This suite is not proper to exist in PTS, since
     18 the work of adding Robust Mutex to POSIX is still on going.
     19