repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.gitignore: Update
[AROS.git]
/
rom
/
kernel
/
kernel_scheduler.h
blob
e8996cb6b32ed43a9a576941c053b8b929e6577d
1
BOOL
core_Schedule
(
void
);
/* Reschedule the current task if needed */
2
void
core_Switch
(
void
);
/* Switch away from the current task */
3
struct
Task
*
core_Dispatch
(
void
);
/* Select the new task for execution */