about summary refs log tree commit diff
path: root/nptl/tst-cancel-self-testcancel.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow a single-threaded program to cancel itselfSiddhesh Poyarekar2012-05-151-0/+48
There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios.