Sleep queues were committed.

This commit is contained in:
John Baldwin 2004-02-27 19:07:13 +00:00
parent d797b38ebc
commit 65de5f4dfb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20202

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.116 2003/11/11 22:31:13 jhb Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.117 2004/02/04 22:39:36 jhb Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -1132,6 +1132,17 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Implement a sleep queue abstraction to be used by both msleep()
and condition variables. This new abstraction should use a hash
table of sleep queues with a spin lock on each sleep queue chain
similar to turnstile chain locks to make sched_lock finger
grained.</td>
<td> &a.jhb; </td>
<td> 27 February 2004 </td>
<td> &status.done; </td>
</tr>
<!-- WIP -->
<tr>
@ -1307,17 +1318,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Implement a sleep queue abstraction to be used by both msleep()
and condition variables. This new abstraction should use a hash
table of sleep queues with a spin lock on each sleep queue chain
similar to turnstile chain locks to make sched_lock finger
grained.</td>
<td> &a.jhb; </td>
<td> 4 February 2004 </td>
<td> &status.wip; </td>
</tr>
<!-- Stalled -->
<tr>