mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Implement thread_ctrl::get_thread_affinity_mask()
This commit is contained in:
parent
689419b0ca
commit
76294beae1
2 changed files with 64 additions and 1 deletions
|
@ -248,6 +248,9 @@ public:
|
|||
|
||||
// Sets the preferred affinity mask for this thread
|
||||
static void set_thread_affinity_mask(u64 mask);
|
||||
|
||||
// Miscellaneous
|
||||
static u64 get_thread_affinity_mask();
|
||||
};
|
||||
|
||||
// Derived from the callable object Context, possibly a lambda
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue