Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and | 2017-09-05 | 1 | -53/+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. | 2013-06-01 | 1 | -6/+6 | |
| | | | | | | | | | | 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) | ||||
* | Assert my copyright on files I gave to d@ back in 1998. | 2008-10-01 | 1 | -2/+18 | |
| | |||||
* | Use the system include <spinlock.h> to get the proper function | 2006-01-05 | 1 | -2/+2 | |
| | | | | prototype for _atomic_lock | ||||
* | My email address changed quite a while ago... | 2005-12-14 | 1 | -2/+2 | |
| | |||||
* | copy powerpc atomic_lock implementation from libpthread. | 2005-12-04 | 1 | -0/+37 | |
ok drahn@ |