<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/include/spinlock.h, branch release/4.6.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement compile time debug support for spinlocks.</title>
<updated>1998-06-09T08:28:49+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-06-09T08:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f374bfcd3c4ab8cea8624c6d05b695c746c73346'/>
<id>f374bfcd3c4ab8cea8624c6d05b695c746c73346</id>
<content type='text'>
Simplify the atomic lock prototype, removing the lock value.

Delete the unlock prototypes that are not required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the atomic lock prototype, removing the lock value.

Delete the unlock prototypes that are not required.
</pre>
</div>
</content>
</entry>
<entry>
<title>In a threaded library, expect the lock field to be declared volatile,</title>
<updated>1998-05-05T21:46:30+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-05-05T21:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1daac6f220fd732b659b648fcccc648b062e304'/>
<id>f1daac6f220fd732b659b648fcccc648b062e304</id>
<content type='text'>
so provide function prototypes that respect that, avoiding a gcc
warning that `volatile' is being thrown away.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so provide function prototypes that respect that, avoiding a gcc
warning that `volatile' is being thrown away.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a private (to libc, libc_r and libpthread) header file containing</title>
<updated>1998-03-09T05:05:32+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-03-09T05:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0a31d341200527297e9aded4c1d0ddf51c95c30d'/>
<id>0a31d341200527297e9aded4c1d0ddf51c95c30d</id>
<content type='text'>
prototypes for the spinlock functions that will be used for thread locks.
libc will have stubs declared with weak symbols. libpthread and libc_r
will have functions that really do something.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prototypes for the spinlock functions that will be used for thread locks.
libc will have stubs declared with weak symbols. libpthread and libc_r
will have functions that really do something.
</pre>
</div>
</content>
</entry>
</feed>
