[kernel] Consolodate koid and close syscalls
A number of object types had _close or _koid syscalls. Moved those to be generic for kobject.
This commit is contained in:
@@ -139,7 +139,7 @@ thread::exit(uint32_t code)
|
||||
m_return_code = code;
|
||||
set_state(state::exited);
|
||||
clear_state(state::ready);
|
||||
assert_signal(j6_signal_thread_exit);
|
||||
close();
|
||||
|
||||
schedule_if_current(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user