summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/alpha/_atomic_lock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove silly stub file for alpha and only try to compile _atomic_lock.cbrad2004-02-061-6/+0
| | | | | | if it actually exists. ok marc@
* remove unused/unreferenced code.marc2002-10-111-10/+1
| | | | ok fgs@
* Implement _atomic_lock in assembler to make it more readable.art2002-06-061-34/+3
| | | | | | plus some various assembler improvements. Tested by various people a few months ago and in my tree for almost 6 months now.
* add mb (memory barrier) instruction. from FreeBSDd1999-05-261-6/+10
|
* more spinlockd1998-12-211-2/+2
|
* md spinlockd1998-12-211-10/+10
|
* add md _atomic_is_locked; cleand1998-12-181-2/+11
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-201-0/+33
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.