oslab-swrc / Azalea

Multikernel OS for manycore systems
http://manycoreos.synology.me/azalea/
Other
10 stars 7 forks source link

Modify select_next_thread() in thread.c to handle THREAD_INTENTION_EX… #130

Closed yeonjjeong closed 4 years ago

yeonjjeong commented 4 years ago

127

Modify select_next_thread() in thread.c to handle THREAD_INTENTION_EXITED & THREAD_INTENTION_BLOCKED. This will fix Exception error and Not finishing when AIM7 runs with IO offload

THREAD_INTENTION_EXITED

THREAD_INTENTION_BLOCKED

seungjunn commented 4 years ago

The fix has no direct effect on errors, Rather, another error may occur when exiting one's own thread.