Opened 8 years ago
Last modified 17 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:4 by , 17 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 , 17 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.
An update, this seems implemented now, but Mono had trouble using it; it unexpectedly returned EINVAL.