mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
[orbis-kernel] Initial rfork implementation
This commit is contained in:
parent
058c746ac1
commit
e9897441fe
17 changed files with 294 additions and 50 deletions
|
|
@ -39,4 +39,6 @@ struct Thread {
|
|||
void incRef() {}
|
||||
void decRef() {}
|
||||
};
|
||||
|
||||
extern thread_local Thread *g_currentThread;
|
||||
} // namespace orbis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue