summaryrefslogtreecommitdiff
path: root/lib/libc/include/spinlock.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asDaniel Eischen2003-11-051-2/+3
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-261-1/+2
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement compile time debug support for spinlocks.John Birrell1998-06-091-5/+24
* In a threaded library, expect the lock field to be declared volatile,John Birrell1998-05-051-5/+5
* Add a private (to libc, libc_r and libpthread) header file containingJohn Birrell1998-03-091-0/+52