kernel: Merge two occurences of thread resume code
This commit is contained in:
@@ -83,6 +83,8 @@ status_t scheduler_set_operation_mode(scheduler_mode mode);
|
||||
*/
|
||||
void scheduler_dump_thread_data(Thread* thread);
|
||||
|
||||
void scheduler_new_thread_entry(Thread* thread);
|
||||
|
||||
void scheduler_set_cpu_enabled(int32 cpu, bool enabled);
|
||||
|
||||
void scheduler_add_listener(struct SchedulerListener* listener);
|
||||
|
||||
Reference in New Issue
Block a user