Changeset 2085 for Whitix/branches/netchannel/kernel/sched.c
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/kernel/sched.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/kernel/sched.c
r2084 r2085 19 19 #include <sched.h> 20 20 #include <error.h> 21 #include <print.h> 21 22 #include <i386/process.h> 22 23 #include <slab.h> … … 96 97 thread=curr; 97 98 } 99 100 if ((curr->eventFunc != NULL) && curr->state == THR_INTERRUPTIBLE) 101 ThrResumeThread(curr); 98 102 } 99 103
