Opened 8 years ago
Last modified 18 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 , 5 years ago
comment:3 by , 4 years ago
NOTE: pthread_attr_setschedpolicy is considered optional - not mandatory. For POSIX conformance, use a pthread_attr_setschedpolicy workaround instead.
comment:4 by , 18 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.
comment:5 by , 18 months ago
We can implement stuff outside posix if it is usefull or userspace apps need it. no reason to close the ticket.
An update, this seems implemented now, but Mono had trouble using it; it unexpectedly returned EINVAL.