kernel: Merge two occurences of thread resume code

This commit is contained in:
Pawel Dziepak
2013-11-28 14:03:57 +01:00
parent 87115715b4
commit 286b341a40
3 changed files with 62 additions and 49 deletions
+2
View File
@@ -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);