mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
sys_cond/sys_mutex improved
This commit is contained in:
parent
43d3ccce95
commit
8175630619
12 changed files with 163 additions and 93 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
bool is_current() const;
|
||||
|
||||
// get internal thread pointer
|
||||
const thread_ctrl_t* get_ctrl() const { return m_thread.get(); }
|
||||
const thread_ctrl_t* get_thread_ctrl() const { return m_thread.get(); }
|
||||
};
|
||||
|
||||
class autojoin_thread_t final : private thread_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue