tlibthread: document some unimplemented functions - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e1df0680fddc7a1fadd66814f183116892dc3e37
(DIR) parent 91b79c582c09ad9e8c3b860b3a388a540f926fc1
(HTM) Author: grai <t.lainson@gmail.com>
Date: Tue, 22 Jul 2008 03:23:17 +1000
libthread: document some unimplemented functions
Diffstat:
M man/man3/thread.3 | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/man/man3/thread.3 b/man/man3/thread.3
t@@ -695,6 +695,11 @@ is defined as a macro that expands to
See
.IR intro (3).
.PP
+Threadint,
+threadintgrp,
+threadkill,
+threadkillgrp and threadpid are unimplemented.
+.PP
The implementation of
.I threadnotify
may not be correct.