summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>1999-01-03 16:41:14 +0000
committerrpj <rpj>1999-01-03 16:41:14 +0000
commit5ab9f5892826bb1c4e45b4dcb2692d4eb2f813f1 (patch)
tree055390c239a2f7cefdde4360a5f0f0096be19930 /pthread.h
parent63d8161801576f3acd5169b472946f4a687c4728 (diff)
Mon Jan 4 11:23:40 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>bossom-merge-99-01-04bossom-merge-98-12-08
* all: No code changes, just cleanup. - remove #if 0 /* Pre Bossom */ enclosed code. - Remove some redundant #includes. * pthread.h: Update implemented/unimplemented routines list. * Tag the bossom merge branch getting ready to merge back to main trunk.
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h22
1 files changed, 15 insertions, 7 deletions
diff --git a/pthread.h b/pthread.h
index dfde977..702028f 100644
--- a/pthread.h
+++ b/pthread.h
@@ -100,6 +100,21 @@
* ---------------------------
* pthreadCancelableWait
*
+ * ---------------------------
+ * RealTime Scheduling:
+ * ---------------------------
+ * pthread_attr_getschedparam
+ * pthread_attr_setschedparam
+ * pthread_getschedparam
+ * pthread_setschedparam
+ * sched_get_priority_max
+ * sched_get_priority_min
+ *
+ * ---------------------------
+ * Signals:
+ * ---------------------------
+ * pthread_sigmask
+ *
* Limitations
* ===========
* The following functions are not implemented:
@@ -108,23 +123,17 @@
* RealTime Scheduling:
* ---------------------------
* pthread_attr_getinheritsched
- * pthread_attr_getschedparam
* pthread_attr_getschedpolicy
* pthread_attr_getscope
* pthread_attr_setinheritsched
- * pthread_attr_setschedparam
* pthread_attr_setschedpolicy
* pthread_attr_setscope
- * pthread_getschedparam
* pthread_mutex_getprioceiling
* pthread_mutex_setprioceiling
* pthread_mutex_attr_getprioceiling
* pthread_mutex_attr_getprotocol
* pthread_mutex_attr_setprioceiling
* pthread_mutex_attr_setprotocol
- * pthread_setschedparam
- * sched_get_priority_max
- * sched_get_priority_min
*
* ---------------------------
* Fork Handlers:
@@ -155,7 +164,6 @@
* Signals:
* ---------------------------
* pthread_kill
- * pthread_sigmask
* sigtimedwait
* sigwait
* sigwaitinfo