summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_join.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-3/+0
* WARNS=3'ify.deischen2007-11-301-1/+4
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* If a thread was detached, return EINVAL instead, the error codedavidxu2006-11-281-1/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
* Rename _thr_enter_cancellation_point to _thr_cancel_enter, renamedavidxu2003-12-091-5/+5
* Avoid accessing user provided parameters in critical region.davidxu2003-07-071-3/+5
* Change low-level locking a bit so that we can tell ifdeischen2003-05-241-0/+11
* Add a method of yielding the current thread with the schedulerdeischen2003-05-161-2/+4
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-281-8/+6
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-181-3/+20
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-95/+65
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* 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