mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Implement thread_ctrl::get_process_affinity_mask()
This commit is contained in:
parent
c1bd154bcd
commit
f6200ba635
2 changed files with 32 additions and 6 deletions
|
@ -249,8 +249,15 @@ public:
|
|||
// Sets the preferred affinity mask for this thread
|
||||
static void set_thread_affinity_mask(u64 mask);
|
||||
|
||||
// Get process affinity mask
|
||||
static u64 get_process_affinity_mask();
|
||||
|
||||
// Miscellaneous
|
||||
static u64 get_thread_affinity_mask();
|
||||
|
||||
private:
|
||||
// Miscellaneous
|
||||
static const u64 process_affinity_mask;
|
||||
};
|
||||
|
||||
// Derived from the callable object Context, possibly a lambda
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue