summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/vax/_atomic_lock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No point in keeping the threading support for vax, I guessguenther2016-03-101-35/+0
|
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-14/+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)
* Use the system include <spinlock.h> to get the proper functionmarc2006-01-051-2/+2
| | | | prototype for _atomic_lock
* vax support bits for librthread (need the child_return() fix just commited).miod2005-12-231-0/+42