diff options
| author | bunnei <bunneidev@gmail.com> | 2019-03-30 20:10:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-30 20:10:32 -0400 |
| commit | a89266bc5e98ba840ed11a9080fa9c85cc8f2cba (patch) | |
| tree | f2581f9f4af0f0f5ecd4c6d40e83f1bd7b8a5d3c /src/common/thread.h | |
| parent | 1960164055ae49973828142a60ef537857f9193e (diff) | |
| parent | 394095438ac5de4723954b1498cac8d677ddd4f5 (diff) | |
Merge pull request #2303 from lioncash/thread
common/thread: Remove unused functions
Diffstat (limited to 'src/common/thread.h')
| -rw-r--r-- | src/common/thread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/thread.h b/src/common/thread.h index 2cf74452d..c5fc3533d 100644 --- a/src/common/thread.h +++ b/src/common/thread.h @@ -9,7 +9,6 @@ #include <cstddef> #include <mutex> #include <thread> -#include "common/common_types.h" namespace Common { @@ -78,9 +77,6 @@ private: std::size_t generation = 0; // Incremented once each time the barrier is used }; -void SetThreadAffinity(std::thread::native_handle_type thread, u32 mask); -void SetCurrentThreadAffinity(u32 mask); -void SwitchCurrentThread(); // On Linux, this is equal to sleep 1ms void SetCurrentThreadName(const char* name); } // namespace Common |
