mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 19:37:06 +00:00
thread: Rename mask to affinity_masks.
This commit is contained in:
parent
edc52250b8
commit
46ec9a9bc9
4 changed files with 6 additions and 5 deletions
|
|
@ -735,7 +735,7 @@ static ResultCode GetThreadCoreMask(Handle thread_handle, u32* core, u64* mask)
|
|||
}
|
||||
|
||||
*core = thread->ideal_core;
|
||||
*mask = thread->mask;
|
||||
*mask = thread->affinity_mask;
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue