summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel/psxcancel.scn
blob: b51dd73f5f75b0ef5e62110336a9283e693c3499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** POSIX CANCEL TEST ***
Init - pthread_setcancelstate - NULL oldstate - EINVAL
Init - pthread_setcancelstate - bad state - EINVAL
Init - pthread_setcanceltype - NULL oldtype - EINVAL
Init - pthread_setcanceltype - bad type - EINVAL
Init - pthread_cancel - bad ID - EINVAL
countTaskDeferred: elapsed time (second):  0
countTaskDeferred: elapsed time (second):  1
countTaskDeferred: elapsed time (second):  2
countTaskDeferred: elapsed time (second):  3
countTaskDeferred: elapsed time (second):  4
countTaskAsync: elapsed time (second):  0
countTaskAsync: elapsed time (second):  1
countTaskAsync: elapsed time (second):  2
countTaskAsync: elapsed time (second):  3
countTaskAsync: elapsed time (second):  4
*** END OF POSIX CANCEL TEST ***