This is the mail archive of the ecos-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug 1000329] New: wrong error code returned by pthread_attr_setschedpolicy


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000329

           Summary: wrong error code returned by pthread_attr_setschedpolicy
           Product: eCos
           Version: 2.0
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: POSIX (EL/IX)
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: michael.pederson+ecos@gmail.com
         QAContact: ecos-bugs@sources.redhat.com


In packages/compat/posix/v2_0/src/pthread.cxx, line 1073, if policy is not one
of SCHED_OTHER, SCHED_FIFO, or SCHED_RR, then the error code returned is EINVAL.
 For an unsupported policy, ENOTSUP should be returned.  See the specification
at
http://www.opengroup.org/onlinepubs/007908799/xsh/pthread_attr_setschedpolicy.html

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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