summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_cancel.c
Commit message (Expand)AuthorAgeFilesLines
* Deliver signals posted via an upcall to the appropriate thread.Jonathan Mini2003-02-171-0/+2
* Make libpthread KSE aware.Jonathan Mini2002-09-161-10/+0
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Revamp suspend and resume. While I'm here add pthread_suspend_all_np()Daniel Eischen2002-05-241-15/+1
* Make sure calls to pthread_cancel() do not take effect if the targetArchie Cobbs2002-05-021-2/+4
* Properly clear the status of a join operation if the joining thread isDaniel Eischen2002-03-061-0/+1
* When cancelling a thread while in a join operation, do not detachDaniel Eischen2001-12-161-4/+1
* Pull the target thread of a join operation from the correct placeDaniel Eischen2001-12-151-3/+4
* Fix a bug in canceling joining threads.Jason Evans2001-08-161-2/+14
* Instead of using a join queue for each thread, use a single pointer toJason Evans2001-05-201-1/+3
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-4/+4
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-20/+35
* pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() areJason Evans2000-06-141-9/+14
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending aDaniel Eischen2000-03-151-1/+9
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-4/+18
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-5/+14
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-0/+179