mirror of https://github.com/Kitware/CMake.git
Browse Source
libuv: unix,win: add uv_spawn option to set child CPU affinity mask
libuv: unix,win: add uv_spawn option to set child CPU affinity mask
Implement it on Linux, FreeBSD, and Windows for now, and fail with UV_ENOTSUP on other platforms. Backported from upstream libuv PR 1527, scheduled for inclusion in libuv 2.0.pull/320/head

3 changed files with 114 additions and 0 deletions
-
13Utilities/cmlibuv/include/uv.h
-
45Utilities/cmlibuv/src/unix/process.c
-
56Utilities/cmlibuv/src/win/process.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue