Changeset 6a0e568 in mainline for kernel/generic/include/cpu.h


Ignore:
Timestamp:
2024-01-19T16:56:48Z (4 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
286da52
Parents:
c1eaec4
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-22 18:04:40)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-19 16:56:48)
Message:

Allow fast-switch to another runnable thread

When a thread is available that can be switched to immediately
without having to block, do so without a detour through CPU
scheduler context. The new thread will handle whatever cannot
be done while the previous context is active on a CPU, such as
requeuing the thread or deallocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.