diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-29 15:23:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-29 15:23:54 +0000 |
commit | 177c0812edcac6244276ea42a607b153eb93f668 (patch) | |
tree | b52de9966f04c6f5ce30108cd609df8f996e2c22 /ace/config-sunos5.5-sunc++-4.x-orbix.h | |
parent | be16bab29b0f535d9ea94af58b608f1b753b550c (diff) | |
download | ATCD-177c0812edcac6244276ea42a607b153eb93f668.tar.gz |
added ACE_HAS_ONLY_SCHED_OTHER to indicate that platform only supports POSIX SCHED_OTHER scheduling policy
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x-orbix.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x-orbix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x-orbix.h b/ace/config-sunos5.5-sunc++-4.x-orbix.h index 97e6c424dd8..60df62d2193 100644 --- a/ace/config-sunos5.5-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.5-sunc++-4.x-orbix.h @@ -138,6 +138,8 @@ // Platform supports POSIX pthreads *and* Solaris threads! #define ACE_HAS_STHREADS #define ACE_HAS_PTHREADS +// . . . but only supports SCHED_OTHER scheduling policy +#define ACE_HAS_ONLY_SCHED_OTHER // Compiler/platform has thread-specific storage #define ACE_HAS_THREAD_SPECIFIC_STORAGE |