summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_exit.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-2/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
* Check unhandled signals before thread marks itself as DEAD,davidxu2004-10-231-1/+14
* As long as we have a knob to force system scope threads, why not havedeischen2004-08-121-2/+2
* Add a way to force 1:1 mode for libpthread. To do this, definedeischen2004-08-071-5/+2
* Add code to support thread debugging.davidxu2004-07-131-3/+3
* 1. Allocating and freeing lock related resource in _thr_alloc and _thr_freedavidxu2003-09-141-3/+21
* Direct call exit if thread was never created. This makes it safe to calldavidxu2003-08-181-0/+2
* Attempt to eliminate PLT relocations from rwlock aquire/releasekan2003-05-301-6/+2
* Add a method of yielding the current thread with the schedulerdeischen2003-05-161-2/+1
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-281-2/+5
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-70/+19
* Make libpthread KSE aware.mini2002-09-161-45/+0
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* Remove much of the dereferencing of the fd table entries to lookdeischen2002-08-291-1/+1
* Revamp suspend and resume. While I'm here add pthread_suspend_all_np()deischen2002-05-241-16/+2
* Add the ability to recognize old references to keys, and return NULLdeischen2002-03-191-1/+1
* Fix pthread_join so that it works if the target thread exits whiledeischen2001-11-171-2/+3
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-201-22/+31
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-111-10/+3
* _exit in libc is now __sys_exit not __sys__exit.deischen2001-01-291-4/+3
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-31/+33
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-21/+14
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-39/+41
* Use __strong_reference() instead of __weak_reference() to assure that thejasone2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-2/+2
* Track libc's three-tier symbol naming. libc_r must currently implementjasone2000-01-121-1/+3
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-5/+35
* Fix a memory leak: free the thread-specific poll_data, used in the select()dt1999-08-301-0/+6
* $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-9/+30
* Ensure that an existing thread gets it's state set to PS_DEAD tojb1999-05-161-1/+7
* [ The author's description... ]jb1999-03-231-1/+14
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-301-44/+17
* POSIX says that pthread_exit() is not allowed to be called from ajb1998-06-091-0/+10
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-35/+11
* Submitted by: John Birrelljulian1997-02-051-5/+5
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-0/+38
* Reviewed by: julianjulian1996-01-221-0/+167
OpenPOWER on IntegriCloud