about summary refs log tree commit diff
path: root/src/thread/pthread_setcancelstate.c
Commit message (Expand)AuthorAgeFilesLines
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-1/+0
* add new masked cancellation modeRich Felker2015-02-211-1/+1
* use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt2014-09-061-1/+3
* always initialize thread pointer at program startRich Felker2014-03-241-8/+4
* fix minor bugs due to incorrect threaded-predicate semanticsRich Felker2011-04-201-1/+1
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-1/+1
* optimize cancellation enable/disable codeRich Felker2011-04-171-3/+8
* simplify cancellation point handlingRich Felker2011-04-131-3/+3
* new framework to inhibit thread cancellation when neededRich Felker2011-04-051-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+10