https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240043
Tijl Coosemans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #28 from Tijl Coosemans <[email protected]> --- (In reply to Alex S from comment #26) According to the Linux manpage pthread_attr_setschedparam returns EINVAL when the priority it's trying to set is invalid. This must be caused by the linux_sched_get_priority_min(0x1) and linux_sched_get_priority_max(0x1) syscalls in comment 12 which seem to be returning the FreeBSD priority range instead of what Linux would return. Maybe trasz or dchagin can comment on this. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
