android13/external/ltp/testcases/open_posix_testsuite/functional/threads
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
condvar initial 2024-06-22 20:45:49 +08:00
schedule initial 2024-06-22 20:45:49 +08:00
Makefile initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00

README

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.