This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

sched_get_priority_...


Hi all,

is it normal that the function sched_get_priority_max gives a value (in
our case 0) lower than the function sched_get_priority_min (in our case
31)????

In the file sched.cxx the function sched_get_priority_max makes use of
PTHREAD_POSIX_PRIORITY (CYG_THREAD_MIN_PRIORITY).

Shouldn't that be
PTHREAD_POSIX_PRIORITY (CYG_THREAD_MAX_PRIORITY)????

All help is welcome

Tom & Stijn




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]