summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setcancelstate.c
AgeCommit message (Collapse)AuthorLines
2011-04-05new framework to inhibit thread cancellation when neededRich Felker-2/+2
with these small changes, libc functions which need to call functions which are cancellation points, but which themselves must not be cancellation points, can use the CANCELPT_INHIBIT and CANCELPT_RESUME macros to temporarily inhibit all cancellation.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+10