libuv/include
daomingq e900006642
thread: add support for affinity (#3774)
Backported thread affinity feature and related dependency commits
from master. It will add support for those APIs: uv_cpumask_size,
uv_thread_setaffinity, uv_thread_getaffinity.
The supported platforms are Linux, Freebsd, and Windows.
Empty implementations (returning UV_ENOTSUP) on non-supported platforms
(such as OS X and AIX).
2022-10-21 09:18:10 -04:00
..
uv win: remove stdint-msvc2008.h (#3673) 2022-07-15 10:39:14 +02:00
uv.h thread: add support for affinity (#3774) 2022-10-21 09:18:10 -04:00