summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/alpha/_atomic_lock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove silly stub file for alpha and only try to compile _atomic_lock.cbrad2004-02-061-6/+0
* remove unused/unreferenced code.marc2002-10-111-10/+1
* Implement _atomic_lock in assembler to make it more readable.art2002-06-061-34/+3
* 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