schedule with 4 application
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
typedef void (*kickoff_t)(void*);
|
||||
|
||||
void Thread::kickoff(Thread* object) {
|
||||
Guard::leave();
|
||||
object->action();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user