Go to the documentation of this file.00001
00012 #include "hstructures.h"
00013
00014 #ifndef HWOS_SHARED_H
00015 #define HWOS_SHARED_H
00016
00018 #define HSCHED_RR_TIMESLICE 1000000
00019
00021 int hwos_shared_initializer();
00022
00024 struct hprocess* hwos_shared_get_next_process();
00025
00027 int hwos_shared_set_next_process(struct hprocess* process);
00028
00030 int hwos_shared_add_new_process(struct hprocess* process);
00031
00033 struct hprocess* hwos_shared_get_new_process();
00034
00035 #endif
00036