mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 17:43:39 +08:00
* psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add multiple cases which complete coverage of thread cancellation. * psxcancel/psxcancel.doc: New file.
17 lines
702 B
Plaintext
17 lines
702 B
Plaintext
*** 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
|
|
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 ***
|