summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/m68k/_atomic_lock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-38/+0
| | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-7/+7
| | | | | | | | | | it's now atomic_lock to better reflect its usage, and librthread now features a new spinlock that's really a ticket lock. thrlseep can handle both types of lock via a flag in the clock arg. (temp back compat hack) remove some old stuff that's accumulated along the way and no longer used. some feedback from dlg, who is concerned with all things ticket lock. (you need to boot a new kernel before installing librthread)
* the license on this is PD; david leonard says soderaadt2008-10-021-1/+3
|
* Use the system include <spinlock.h> to get the proper functionmarc2006-01-051-2/+2
| | | | prototype for _atomic_lock
* m68k support code for librthread; atomic lock routine borrowed from themiod2005-12-231-0/+36
existing libpthread code.