source: rtems/testsuites/psxtests/psxcancel/psxcancel.scn @ 73dfaf8

4.104.115
Last change on this file since 73dfaf8 was 73dfaf8, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/09 at 13:29:49

2009-07-23 Santosh G Vattam <vattam.santosh@…>

  • psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add multiple cases which complete coverage of thread cancellation.
  • psxcancel/psxcancel.doc: New file.
  • Property mode set to 100644
File size: 702 bytes
Line 
1*** POSIX CANCEL TEST ***
2Init - pthread_setcancelstate - NULL oldstate - EINVAL
3Init - pthread_setcancelstate - bad state - EINVAL
4Init - pthread_setcanceltype - NULL oldtype - EINVAL
5Init - pthread_setcanceltype - bad type - EINVAL
6countTaskDeferred: elapsed time (second):  0
7countTaskDeferred: elapsed time (second):  1
8countTaskDeferred: elapsed time (second):  2
9countTaskDeferred: elapsed time (second):  3
10countTaskDeferred: elapsed time (second):  4
11countTaskAsync: elapsed time (second):  0
12countTaskAsync: elapsed time (second):  1
13countTaskAsync: elapsed time (second):  2
14countTaskAsync: elapsed time (second):  3
15countTaskAsync: elapsed time (second):  4
16*** END OF POSIX CANCEL TEST ***
Note: See TracBrowser for help on using the repository browser.