diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-04-02 16:24:26 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-04-02 16:24:26 +0000 |
commit | 20877c92bc2535d53666f95e2bae101f054b8ec3 (patch) | |
tree | c6af8a0e7a8a16b6619cfcf49f6523e3ce05a97e /ace/config-linux-lxpthreads.h | |
parent | b08fc376e24c3f88ae4d70516308a112e51a5eee (diff) | |
download | ATCD-20877c92bc2535d53666f95e2bae101f054b8ec3.tar.gz |
* Added -fno-implicit-templates for Linux platforms
* Added ACE-specific thread- and process-level priority defines for
PThreads. All appropriate routines have been changed to utilize
these instead of the direct values.
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index 25bb35dbb99..60cb4cb5517 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -143,13 +143,6 @@ #else # define PTHREAD_MAX_PRIORITY 32 // JCEJ 12/22/96 #3 #endif -// LinuxThreads 0.5 doesn't define these, but they're easy to fake -#define PRI_FIFO_MIN (sched_get_priority_min(SCHED_FIFO)) -#define PRI_FIFO_MAX (sched_get_priority_max(SCHED_FIFO)) -#define PRI_RR_MIN (sched_get_priority_min(SCHED_RR)) -#define PRI_RR_MAX (sched_get_priority_max(SCHED_RR)) -#define PRI_OTHER_MIN (sched_get_priority_min(SCHED_OTHER)) -#define PRI_OTHER_MAX (sched_get_priority_max(SCHED_OTHER)) #define ACE_HAS_PTHREADS_1003_DOT_1C // JCEJ 12/22/96 #4 #define ACE_LACKS_THREAD_STACK_ADDR // JCEJ 12/17/96 |