source: rtems/testsuites/psxtests/psxcancel/psxcancel.scn

Last change on this file was 3b3d1489, checked in by Sebastian Huber <sebastian.huber@…>, on 09/01/15 at 12:16:48

posix: glibc compatibility

  • Property mode set to 100644
File size: 730 bytes
Line 
1*** BEGIN OF TEST PSXCANCEL ***
2Init - pthread_setcancelstate - NULL oldstate
3Init - pthread_setcancelstate - bad state - EINVAL
4Init - pthread_setcanceltype - NULL oldtype
5Init - pthread_setcanceltype - bad type - EINVAL
6Init - pthread_cancel - bad ID - EINVAL
7countTaskDeferred: elapsed time (second):  0
8countTaskDeferred: elapsed time (second):  1
9countTaskDeferred: elapsed time (second):  2
10countTaskDeferred: elapsed time (second):  3
11countTaskDeferred: elapsed time (second):  4
12countTaskAsync: elapsed time (second):  0
13countTaskAsync: elapsed time (second):  1
14countTaskAsync: elapsed time (second):  2
15countTaskAsync: elapsed time (second):  3
16countTaskAsync: elapsed time (second):  4
17*** END OF POSIX CANCEL TEST ***
Note: See TracBrowser for help on using the repository browser.