diff options
author | Ryan Liptak <squeek502@hotmail.com> | 2025-05-15 00:16:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-15 09:16:25 +0200 |
commit | 2b76a4fafa91dd531e35084ab544d9cd8a3e2d79 (patch) | |
tree | 5802548c907ce5909dd87c800ebc88038432bf06 /docs/src/sphinx-plugins/manpage.py | |
parent | a3b8cb9cc0410b3f40972179b1b430e3a450002a (diff) | |
download | libuv-2b76a4fafa91dd531e35084ab544d9cd8a3e2d79.tar.gz libuv-2b76a4fafa91dd531e35084ab544d9cd8a3e2d79.zip |
unix: fix uv_thread_{get,set}priority error codes (#4782)
pthread_getschedparam and pthread_setschedparam do not use errno but
instead return the error code directly.
https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_getschedparam.html
Also include a fix to return UV_ESRCH instead of UV_EBADF on Windows,
like Unix systems do.
Diffstat (limited to 'docs/src/sphinx-plugins/manpage.py')
0 files changed, 0 insertions, 0 deletions