thread: Rename mask to affinity_masks.

This commit is contained in:
bunnei 2018-05-10 19:12:46 -04:00
parent edc52250b8
commit 46ec9a9bc9
4 changed files with 6 additions and 5 deletions

View file

@ -248,7 +248,7 @@ public:
std::shared_ptr<Scheduler> scheduler;
u32 ideal_core{0xFFFFFFFF};
u64 mask{0x1};
u64 affinity_mask{0x1};
private:
Thread();