Skip to content
Snippets Groups Projects
Commit 0851fa15 authored by aht2nguy's avatar aht2nguy
Browse files

hehehe

parent ca6c90fb
No related branches found
No related tags found
1 merge request!16Withtime
...@@ -7,7 +7,7 @@ typedef enum taskstate { ...@@ -7,7 +7,7 @@ typedef enum taskstate {
Active, Active,
Ready, Ready,
Blocked Blocked
} State; }State;
typedef enum prioritylvl { typedef enum prioritylvl {
Prio0, Prio0,
...@@ -18,7 +18,7 @@ typedef enum prioritylvl { ...@@ -18,7 +18,7 @@ typedef enum prioritylvl {
Prio5, Prio5,
Prio6, Prio6,
Prio7 Prio7
} PrioLvl; }PrioLvl;
typedef struct taskDescriptor { typedef struct taskDescriptor {
int TaskID; int TaskID;
...@@ -31,7 +31,7 @@ typedef struct taskDescriptor { ...@@ -31,7 +31,7 @@ typedef struct taskDescriptor {
char* Stack; char* Stack;
TD* Parent; TD* Parent;
Request* Req; Request* Req;
} TD; }TD;
int isTaskAlive(int TaskID); int isTaskAlive(int TaskID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment