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)
Sep 23 2024, 2:07 AM
Unknown Object (File)
Sep 22 2024, 7:00 AM
Unknown Object (File)
Sep 21 2024, 4:37 PM
Unknown Object (File)
Sep 19 2024, 5:36 AM
Unknown Object (File)
Sep 18 2024, 7:03 PM
Unknown Object (File)
Sep 18 2024, 9:49 AM
Unknown Object (File)
Sep 18 2024, 5:51 AM
Unknown Object (File)
Sep 17 2024, 10:44 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