You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tests] Fix Dispatch tests to work in container environments.
We need to use `pthread_getaffinity_np()` to get the active core count;
using `sysconf()` will tell us about the underlying machine, which may
have many more cores than the container in which we are executing.
rdar://152301793
0 commit comments