[orbis-kernel] upload missed changes

This commit is contained in:
DH 2023-07-06 17:23:50 +03:00
parent 7bfa977086
commit 729b7d5e3f
4 changed files with 26 additions and 2 deletions

View file

@ -26,5 +26,9 @@ struct Thread {
lwpid_t tid = -1;
ThreadState state = ThreadState::INACTIVE;
// FIXME: implement thread destruction
void incRef() {}
void decRef() {}
};
} // namespace orbis