Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283379: Implement a Linux version of sched_getparam() && sched_setparam().
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks fine to me. Can you add an XXX comment on the FIRST_THREAD_IN_PROC to comment on what is desired instead.
Comment Actions
Hm, actually, looking at the diff this depends on, I'd prefer the callers (in this case, linux_sched_setparam() et al) to drop the proc lock, instead of kern_sched_setparam(). So, this might require some small changes.