android13/external/ltp/testcases/open_posix_testsuite/functional/threads/README

14 lines
445 B
Plaintext

Revision History:
2004-06-29 Adam Li.
This sub-directory contains test cases testing functional
area defined by POSIX.
It is still open WRT how to organize the test cases clearly.
For the first steps, we will organize the test cases by
funtional area (somewhat like POSIX options), or by APIs.
Currently it contains:
condvar - Test cases by Abhijeet Bisain. Testing pthread_cond_wait()
scheduling behavior when threads has realtime priority.