Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
condvar/ | 03-May-2024 | - | 286 | 179 | ||
schedule/ | 03-May-2024 | - | 313 | 206 | ||
Makefile | D | 03-May-2024 | 211 | 11 | 4 | |
README | D | 03-May-2024 | 445 | 14 | 10 |
README
1Revision History: 22004-06-29 Adam Li. 3 4This sub-directory contains test cases testing functional 5area defined by POSIX. 6It is still open WRT how to organize the test cases clearly. 7For the first steps, we will organize the test cases by 8funtional area (somewhat like POSIX options), or by APIs. 9 10Currently it contains: 11 12condvar - Test cases by Abhijeet Bisain. Testing pthread_cond_wait() 13scheduling behavior when threads has realtime priority. 14