summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setcancelstate.c
AgeCommit message (Expand)AuthorLines
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-1/+0
2015-02-21add new masked cancellation modeRich Felker-1/+1
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-1/+3
2014-03-24always initialize thread pointer at program startRich Felker-8/+4
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker-1/+1
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-1/+1
2011-04-17optimize cancellation enable/disable codeRich Felker-3/+8
2011-04-13simplify cancellation point handlingRich Felker-3/+3
2011-04-05new framework to inhibit thread cancellation when neededRich Felker-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+10