[orbis-kernel] Initial rfork implementation

This commit is contained in:
DH 2023-10-31 14:22:22 +03:00
parent 058c746ac1
commit e9897441fe
17 changed files with 294 additions and 50 deletions

View file

@ -39,4 +39,6 @@ struct Thread {
void incRef() {}
void decRef() {}
};
extern thread_local Thread *g_currentThread;
} // namespace orbis