summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch/hppa/_atomic_lock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-41/+0
| | | | | | | | pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread. Requested by libressl team. Ports testing by naddy@ ok kettenis@
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-5/+5
| | | | | | | | | | 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)
* Sync the assembly statements with <machine/lock.h> for consistency.miod2012-03-031-5/+9
|
* Use the system include <spinlock.h> to get the proper functionmarc2006-01-051-2/+2
| | | | prototype for _atomic_lock
* Fix hppa ldcw alignment issue.marco2005-12-191-3/+10
| | | | | Help deraadt, tedu, kettenis Ok tedu, kettenis
* sure it is not perfect, but at least we can compile rthreads on hppa.marco2005-12-171-0/+30
| | | | ok deraadt@
* boolshitmickey2005-12-161-30/+0
|
* Add locking primitive for hppa. ok kettenis@marco2005-12-141-0/+30