summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_cancel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-245/+0
* threads waiting on PS_FDW_WAIT state should not be interruptible iffgsch2011-10-071-1/+2
* For threads in PS_FDR_WAIT state, check SA_RESTART before marking it asfgsch2011-09-131-1/+2
* fix minor nit with previous commitkurt2007-04-271-2/+2
* fix thread_continuation_t typedef and use passed curthread instead ofkurt2007-04-271-5/+3
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* Make sure calls to pthread_cancel() do not take effect if the targetpvalchev2002-05-071-3/+5
* ANSI'fy.fgsch2002-03-071-10/+5
* From FreeBSD:fgsch2002-03-071-1/+2
* From FreeBSD:fgsch2001-12-201-7/+5
* More sync.fgsch2001-12-191-14/+33
* More sync with freebsd code; join related code this time.fgsch2001-12-111-2/+20
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-50/+89
* put changes back, this time ALL the files.fgsch2001-09-041-2/+5
* Back out fgsch@'s tree breaking commits.todd2001-08-301-5/+2
* fix some const warnings.fgsch2001-08-301-2/+5
* Start syncing with FreeBSD:fgsch2001-08-211-13/+18
* sync with FreeBSDd1999-11-251-16/+17
* pthread_cancel() and cancellation pointsd1999-01-171-0/+164