summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_join.c
Commit message (Expand)AuthorAgeFilesLines
* Reenable signals for threads after joining.deischen2003-12-311-0/+3
* At initialization, override the pthread stub routines in libcdeischen2002-11-131-2/+4
* Fix pthread_join so that it works if the target thread exits whiledeischen2001-11-171-5/+7
* Fix a bug in canceling joining threads.jasone2001-08-161-0/+3
* Fix a race condition in pthread_join(). All of the following must occurjasone2001-06-271-15/+53
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-201-82/+32
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-19/+22
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-38/+66
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-9/+22
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-5/+3
* Fix problems with cancellation while in critical regions.deischen1999-12-171-0/+1
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-2/+29
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* In the words of the author:jb1999-06-201-1/+2
* Add the missing {} that caused the function to return ESRCH if itjb1998-06-251-1/+2
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-49/+23
* Add a magic field to the pthread structure to help recognize validjb1998-04-031-0/+10
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-6/+3
* Submitted by: John Birrelljulian1997-02-051-3/+29
* Reviewed by: julianjulian1996-01-221-0/+90
OpenPOWER on IntegriCloud