summaryrefslogtreecommitdiff
path: root/lib/libc/gen/_spinlock_stub.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-261-0/+9
* Fix SCM ID's.David E. O'Brien2002-02-011-3/+3
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-3/+4
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-4/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement compile time debug mode for thread locks.John Birrell1998-06-091-5/+5
* Stubs are required in libc so that it can be used with libpthreadJohn Birrell1998-04-291-1/+5
* Stub functions for thread locking with weak symbols so that they areJohn Birrell1998-03-091-0/+60