Opened 13 years ago
Last modified 18 months ago
#8600 new enhancement
pthread_attr_setinheritsched and pthread_attr_getinheritsched are missing.
Reported by: | pulkomandy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Well, these two functions are part of POSIX-realtime (not plain POSIX). But is there any technical reason for us not to have them ?
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 4 years ago
NOTE: As of POSIX.1-2017, pthread_attr_setinheritsched and pthread_attr_getinheritsched are optional
- not mandatory/not widely used.
Note:
See TracTickets
for help on using tickets.
I think the only reason we don't have those yet, is that they aren't trivial to implement. The scheduling related POSIX functionality would require additional support in our scheduler. Our locking primitives would have to be modified as well.