summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/pthreads.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2009-03-09 01:44:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2009-03-09 01:44:01 +0100
commitaaac981cf2ffd2d94bd24fb581dfe447cc24361e (patch)
treee66fa88cbbb36df4cd0343c5880f5a2e7da8093c /community/gsoc/project_ideas/pthreads.mdwn
parent2735e3313a4621144ab1253748980b80aed93546 (diff)
put myself as possible mentor, add comment on the pthread project
Diffstat (limited to 'community/gsoc/project_ideas/pthreads.mdwn')
-rw-r--r--community/gsoc/project_ideas/pthreads.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas/pthreads.mdwn b/community/gsoc/project_ideas/pthreads.mdwn
index 4ac20b45..def57313 100644
--- a/community/gsoc/project_ideas/pthreads.mdwn
+++ b/community/gsoc/project_ideas/pthreads.mdwn
@@ -46,3 +46,6 @@ Possible mentors: Samuel Thibault (youpi)
Exercise: Take some small piece of code using ctreads and convert it to
pthreads.
+
+Note: Barry Defreese already has an almost complete patch: boring parts should
+be mostly done, tricky parts are still missing.