mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
SC_Semaphore rewritten
This commit is contained in:
parent
e79236a97f
commit
5da33c6243
9 changed files with 254 additions and 101 deletions
|
@ -17,6 +17,7 @@ public:
|
|||
|
||||
CPUThread& AddThread(CPUThreadType type);
|
||||
void RemoveThread(const u32 id);
|
||||
void NotifyThread(const u32 id);
|
||||
|
||||
std::vector<CPUThread*>& GetThreads() { return m_threads; }
|
||||
s32 GetThreadNumById(CPUThreadType type, u32 id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue