More correct CPU affinity support for macOS.
This commit is contained in:
parent
87fafcf91b
commit
a36fb7e728
7 changed files with 50 additions and 42 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue