summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/sys/thr_error.c
Commit message (Collapse)AuthorAgeFilesLines
* Protect thread errno from being changed while operatingdeischen2003-04-231-1/+5
| | | | | | | | on behalf of the KSE. Add a kse_reinit function to reinitialize a reused KSE. Submitted by: davidxu
* Add FIFO queueing locking operations based on atomic swap.deischen2003-04-181-6/+11
| | | | | | Modify thread errno for the new libpthread changes. Reviewed by: davidxu
* remove #ifdef _THREAD_SAFEfjoe2003-01-241-2/+0
|
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
| | | | | | | | The new libpthread will provide POSIX threading support using KSE. These files were previously repo-copied from src/lib/libc_r. Reviewed by: deischen Approved by: -arch
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add RCS IDs to those files without them.deischen1999-08-051-0/+1
| | | | | | | Fix copyrights (s/REGENTS/AUTHOR). Suggested by: tg Approved by: jb
* Change the name of this source file so that libc_r builds it insteadjb1998-04-301-0/+50
of the one in libc that contains the weak symbol for __error. FreeBSD's make accumulates paths to the point that it can find *anything*, possibly including the car keys.
OpenPOWER on IntegriCloud