Page MenuHomeFreeBSD

pthread_setschedparam(3): document EPERM return
ClosedPublic

Authored by mhorne on Oct 17 2022, 5:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 8:15 AM
Unknown Object (File)
Sun, Aug 9, 2:41 PM
Unknown Object (File)
Sat, Jul 25, 8:39 AM
Unknown Object (File)
Jul 8 2026, 11:35 PM
Unknown Object (File)
Jun 23 2026, 4:39 AM
Unknown Object (File)
Jun 10 2026, 6:42 AM
Unknown Object (File)
Jun 9 2026, 2:09 PM
Unknown Object (File)
May 13 2026, 6:45 PM
Subscribers

Details

Summary

In kern_sched_setparam(), before setting any parameters, p_cansched() is
called to check that the thread has appropriate privileges.

PR: 175687

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable