Document the enhancment of the mutex pool implementation to handle

multiple pools.

Reviewed by:	jhb
This commit is contained in:
Don Lewis 2003-07-16 20:12:26 +00:00
parent 3fe62cf13e
commit 732572a236
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17578

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.107 2003/06/18 23:45:54 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.108 2003/07/05 05:29:41 imp Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -1056,6 +1056,15 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Enhance the mutex pool implementation to allow creation and
use of multiple, dynamically allocated pools with adjustable pool
sizes and mutex options. </td>
<td> &a.truckman; </td>
<td> 16 July 2003 </td>
<td> &status.done; </td>
</tr>
<!-- WIP -->
<tr>