summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/i386/_atomic_lock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-25/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Sync with amd64, to allow this to compile without warnings with gcc4:miod2010-12-031-5/+5
| | | | | | ``Correct the _atomic_lock() asm so that gcc accepts the constraints when compiling without optimization; fix copied from the kernel's atomic.h'' spotted by jim@
* remove unused/unreferenced code.marc2002-10-111-9/+1
| | | | ok fgs@
* typo in commentd2001-03-131-2/+2
|
* public domaind2000-10-031-1/+3
|
* tidyd1999-03-101-8/+5
|
* md spinlockd1998-12-211-12/+13
|
* add md _atomic_is_locked; cleand1998-12-181-2/+9
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-201-0/+26
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.