summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/_spinlock_stub.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. Note that this is mostly innocent, since libthr no longerkib2015-02-271-1/+1
* Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-141-22/+19
* Add prototypes for libc private interfaces.delphij2010-03-311-5/+9
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Make _spinunlock() point to the spinunlock stub, not thedeischen2006-03-131-1/+1
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-261-0/+9
* Fix SCM ID's.obrien2002-02-011-3/+3
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-3/+4
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-4/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement compile time debug mode for thread locks.jb1998-06-091-5/+5
* Stubs are required in libc so that it can be used with libpthreadjb1998-04-291-1/+5
* Stub functions for thread locking with weak symbols so that they arejb1998-03-091-0/+60
OpenPOWER on IntegriCloud