summaryrefslogtreecommitdiff
path: root/lib/libc/include/spinlock.h
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-20Remove old spinlock_debug code from libcEric van Gyzen
2007-01-12Remove 3rd clause, renumber, ok per emailWarner Losh
2003-11-05Remove #include of spinlock.h from libc_private.h. Declare spinlocks asDaniel Eischen
2003-03-26 - Define a _spinunlock() function so that threading implementations may doJeff Roberson
2002-03-21Remove __P() usage.David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-06-09Implement compile time debug support for spinlocks.John Birrell
1998-05-05In a threaded library, expect the lock field to be declared volatile,John Birrell
1998-03-09Add a private (to libc, libc_r and libpthread) header file containingJohn Birrell