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)
Tue, Jan 21, 5:20 AM
Unknown Object (File)
Jan 6 2025, 6:24 AM
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
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