Opened 12 years ago

Last modified 10 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 bonefish, 12 years ago

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.

comment:2 by cocobean, 3 years ago

Tested on hrev57072 x64:

  1. pthread_attr_setinheritsched - OPENPOSIX testing passed!
  2. pthread_attr_getinheritsched - OPENPOSIX testing passed!
Last edited 10 months ago by cocobean (previous) (diff)
Note: See TracTickets for help on using tickets.