summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 00:49:09 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 00:49:09 +0000
commit6a433de1aa4f1c0998b76f752c4db6209ad06a5d (patch)
treef3090f045639d16ebe7f0007264d4ab193ac04cc
parent6b1b289c0537445574e05a486b5f3c40cd3ea1bb (diff)
downloadATCD-6a433de1aa4f1c0998b76f752c4db6209ad06a5d.tar.gz
*** empty log message ***
-rw-r--r--TAO/threadpool-changes16
1 files changed, 14 insertions, 2 deletions
diff --git a/TAO/threadpool-changes b/TAO/threadpool-changes
index 14c49789a78..e27829feaed 100644
--- a/TAO/threadpool-changes
+++ b/TAO/threadpool-changes
@@ -1169,8 +1169,20 @@ Fri Aug 24 18:08:37 2001 Irfan Pyarali <irfan@cs.wustl.edu>
* docs/Options.html: Added documentation for new
-ORBScopePolicy option.
- * $ACE_ROOT/ace/OS.h: THR_SCOPE_PROCESS and THR_SCOPE_SYSTEM
- were not defined for NT. Added them.
+ * $ACE_ROOT/ace/OS.h:
+
+ - THR_SCOPE_PROCESS and THR_SCOPE_SYSTEM were not defined
+ for NT. Added them.
+
+ - Moved the following definitions of VxWorks around such
+ that these defines are available even when PACE is not
+ used.
+
+ THR_INHERIT_SCHED
+ THR_EXPLICIT_SCHED
+ THR_SCHED_IO
+ THR_SCOPE_SYSTEM
+ THR_SCOPE_PROCESS
* $ACE_ROOT/ace/OS.cpp: LinuxThreads do not have support for
PTHREAD_SCOPE_PROCESS; only PTHREAD_SCOPE_SYSTEM is