More correct CPU affinity support for macOS.

This commit is contained in:
XMRig 2020-12-13 01:20:31 +07:00
parent 87fafcf91b
commit a36fb7e728
No known key found for this signature in database
GPG key ID: 446A53638BE94409
7 changed files with 50 additions and 42 deletions

View file

@ -65,7 +65,7 @@ public:
private:
static IWorker *create(Thread<T> *handle);
static void onReady(void *arg);
static void *onReady(void *arg);
void start(const std::vector<T> &data, bool sleep);