unplugged-vendor/external/ltp/testcases/open_posix_testsuite/functional/threads
2025-10-06 13:59:42 +00:00
..
condvar Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
schedule Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Makefile Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00: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.