summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_detach.c
Commit message (Expand)AuthorAgeFilesLines
* Properly clear the status of a join operation if the joining thread isdeischen2002-03-061-1/+3
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-201-9/+9
* 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-3/+3
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-1/+6
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-2/+3
* -Wall and minor style(9) cleanups.deischen1999-12-281-1/+0
* $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-8/+11
* [ The author's description... ]jb1999-03-231-0/+13
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-10/+3
* Add a magic field to the pthread structure to help recognize validjb1998-04-031-1/+1
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-251-10/+3
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-4/+2
* Submitted by: John Birrelljulian1997-02-051-3/+3
* Reviewed by: julianjulian1996-01-221-0/+83
OpenPOWER on IntegriCloud