summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlyLVajq_XluZ1wvTunv9vbM_kx1H0nd6Q <Richard@web>2013-03-17 00:59:53 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2013-03-17 00:59:53 +0100
commit025dac132f2da52e7a83429b5bcf7e879bb10f0d (patch)
tree44d0766790bb26a78aaf611b61b12b94db70ab5b
parent8144abc77f808f66f477499d22d375a9b7c32d39 (diff)
Correct a confusing statement about the threading model
-rw-r--r--open_issues/anatomy_of_a_hurd_system.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/open_issues/anatomy_of_a_hurd_system.mdwn b/open_issues/anatomy_of_a_hurd_system.mdwn
index 3e585876..a461d71b 100644
--- a/open_issues/anatomy_of_a_hurd_system.mdwn
+++ b/open_issues/anatomy_of_a_hurd_system.mdwn
@@ -173,6 +173,9 @@ Need more stuff like that.
<abique> is it M:N ?
<youpi> libthreads, actually
<youpi> yes
+
+Actually, the Hurd has never used an M:N model. Both libthreads (cthreads) and libpthread use an 1:1 model.
+
<abique> nice
<abique> is the task scheduler in the kernel ?
<youpi> the kernel thread scheduler, yes, of course