summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_cancel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove "#define _POSIX_THREADS" line before include <pthread.h>.miod2012-04-171-3/+1
* closefrom() should be a cancellation pointguenther2012-03-221-2/+16
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-4/+28
* Delete some parameter names and extra semicolons that slipped throughguenther2012-01-041-5/+5
* Don't let applications block, wait for, or handle SIGTHR, as theguenther2011-12-271-2/+4
* Implement cancelation for the basic syscall cancelation points,guenther2011-12-051-0/+524