summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/spinlock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup and consolidate the spinlock_lock (what a name!) code.tedu2013-06-011-78/+0
| | | | | | | | | | 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)
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+2
| | | | ok guenther millert kettenis
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-4/+4
| | | | | Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
|
* put changes back, this time ALL the files.fgsch2001-09-041-4/+4
|
* volatile the spinlockd2000-01-061-7/+7
|
* sync with FreeBSDd1999-11-251-2/+4
|
* move private spinlock protos outd1999-01-181-4/+2
|
* move spinlock.h into the real worldd1999-01-081-4/+4
|
* very important bit of md spinlockd1998-12-211-0/+79