summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
Commit message (Collapse)AuthorAgeFilesLines
* Use KSE to schedule threads.Jonathan Mini2002-10-302-0/+185
| | | | Notes: svn path=/head/; revision=106191
* Add an ia64 atomic lock primitive for libc_r. This is mostly forPeter Wemm2002-07-201-0/+48
| | | | | | | | | | | | | completeness and doesn't get us a working libc_r there because libc_r uses setjmp() and setjmp() cannot be used for context switches on ia64 as-is (or sparc64). Rather than making setjmp/longjmp behave like the *context() calls, it would be far better to make libc_r use *context() directly which is what they are for. Obtained from: marcel Notes: svn path=/head/; revision=100409
* Change #include "DEFS.h" to <machine/asm.h>.Peter Wemm2001-10-251-1/+1
| | | | Notes: svn path=/head/; revision=85451
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-3/+0
| | | | Notes: svn path=/head/; revision=81586
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Change to a code sequence which is more likely to work on SMP systems.Doug Rabson1998-09-161-20/+8
| | | | | | | Now all I need is an alpha SMP box to port FreeBSD to :-) Notes: svn path=/head/; revision=39352
* Delete the atomic unlock function since it is no longer required.John Birrell1998-06-091-15/+5
| | | | | | | | Simplify the atomic lock to just write a value of 1 to the lock instead of taking the value passed by the caller (which just confused things). Notes: svn path=/head/; revision=36802
* Atomic lock asm code for the alpha version of libc_r.John Birrell1998-06-091-0/+57
| | | | Notes: svn path=/head/; revision=36801
* Atomic lock source.John Birrell1998-04-291-0/+55
Notes: svn path=/head/; revision=35505