<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libthr/thread/thr_printf.c, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-04-02T01:20:00Z</updated>
<entry>
<title>Import my recent 1:1 threading working. some features improved includes:</title>
<updated>2005-04-02T01:20:00Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2005-04-02T01:20:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a091d823ad89a36935ba6e5568c4720a35f9a99b'/>
<id>urn:sha1:a091d823ad89a36935ba6e5568c4720a35f9a99b</id>
<content type='text'>
 1. fast simple type mutex.
 2. __thread tls works.
 3. asynchronous cancellation works ( using signal ).
 4. thread synchronization is fully based on umtx, mainly, condition
    variable and other synchronization objects were rewritten by using
    umtx directly. those objects can be shared between processes via
    shared memory, it has to change ABI which does not happen yet.
 5. default stack size is increased to 1M on 32 bits platform, 2M for
    64 bits platform.
As the result, some mysql super-smack benchmarks show performance is
improved massivly.

Okayed by: jeff, mtm, rwatson, scottl
</content>
</entry>
<entry>
<title>style cleanup: Remove duplicate $FreeBSD$ tags.</title>
<updated>2004-02-10T20:42:33Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-02-10T20:42:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d623b765cfe263c7209ea40569e6dbaa8e9787d9'/>
<id>urn:sha1:d623b765cfe263c7209ea40569e6dbaa8e9787d9</id>
<content type='text'>
These files had tags after the copyright notice,
inside the comment block (incorrect, removed),
and outside the comment block (correct).

Approved by:	rwatson (mentor)
</content>
</entry>
<entry>
<title>_thread_printf() is only used for debugging or in cases where something's</title>
<updated>2003-06-09T17:58:15Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-06-09T17:58:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=05e948d9969843aba78c717dad84a68e351439a2'/>
<id>urn:sha1:05e948d9969843aba78c717dad84a68e351439a2</id>
<content type='text'>
screwed beyond all help, so it can just skip the pthreads wrapper
for write(2) and call directly into it.
</content>
</entry>
<entry>
<title>Make WARNS2 clean. The fixes mostly included:</title>
<updated>2003-05-23T09:48:20Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2003-05-23T09:48:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d9d7ca2ed3e3d630e63482c41f2d26194129c2c'/>
<id>urn:sha1:7d9d7ca2ed3e3d630e63482c41f2d26194129c2c</id>
<content type='text'>
	o removed unused variables
	o explicit inclusion of header files
	o prototypes for externally defined functions

Approved by:    re/blanket libthr
</content>
</entry>
<entry>
<title> - Add libthr but don't hook it up to the regular build yet.  This is an</title>
<updated>2003-04-01T03:46:29Z</updated>
<author>
<name>Jeff Roberson</name>
<email>jeff@FreeBSD.org</email>
</author>
<published>2003-04-01T03:46:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bb535300dd871731b2542594a917bc2892479ca0'/>
<id>urn:sha1:bb535300dd871731b2542594a917bc2892479ca0</id>
<content type='text'>
   adaptation of libc_r for the thr system call interface.  This is beta
   quality code.
</content>
</entry>
</feed>
