Opened 7 years ago

Last modified 11 months ago

#13307 new enhancement

pthread_attr_setschedpolicy needs implementation

Reported by: calvinb Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This, amongst other functions for pthread, are ifdef'd out onheaders/posix/pthread.h+210. Mono wants this function, and while it's been worked around, it would be nice to have.

Change History (5)

comment:1 by calvinb, 5 years ago

An update, this seems implemented now, but Mono had trouble using it; it unexpectedly returned EINVAL.

comment:2 by waddlesplash, 5 years ago

It's not implemented, so I don't know what you're seeing here...

comment:3 by cocobean, 3 years ago

Last edited 13 months ago by cocobean (previous) (diff)

comment:4 by cocobean, 11 months ago

NOTE: This is not required for POSIX nor UNIX 2003 compatibility/compliance. We can close this ticket as it is not a bug/nor considered implemented yet.

Last edited 11 months ago by cocobean (previous) (diff)

comment:5 by nephele, 11 months ago

We can implement stuff outside posix if it is usefull or userspace apps need it. no reason to close the ticket.

Note: See TracTickets for help on using tickets.