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

14 lines
445 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
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.