index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_scheduler.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8532 from liamwhite/fiber-supplements
liamwhite
2022-07-06
1
-1
/
+0
|
\
|
*
common/fiber: make fibers easier to use
Liam
2022-07-02
1
-1
/
+0
*
|
cpu_manager: properly check idle on return from preemption
Liam
2022-06-30
1
-0
/
+5
|
/
*
kernel: make current thread pointer thread local
Liam
2022-06-23
1
-10
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-12-07
1
-0
/
+2
*
SVC: Implement svcInfo:IdleTickCount
Fernando Sahmkow
2021-10-16
1
-0
/
+5
*
general: Update style to clang-format-12
ameerj
2021-09-24
1
-1
/
+1
*
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-26
1
-2
/
+0
*
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-08-07
1
-0
/
+2
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-1
/
+1
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-1
/
+1
*
fixup! hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-3
/
+3
*
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-06
1
-2
/
+2
*
hle: kernel: Migrate idle threads.
bunnei
2021-05-06
1
-3
/
+3
*
Merge pull request #6099 from bunnei/derive-mem
bunnei
2021-04-10
1
-5
/
+2
|
\
|
*
hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.
bunnei
2021-03-21
1
-5
/
+2
*
|
Amend bizarre clang-format suggestions
Lioncash
2021-04-07
1
-1
/
+1
*
|
k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]]
Lioncash
2021-04-07
1
-1
/
+1
|
/
*
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
bunnei
2021-03-06
1
-5
/
+5
*
core: Switch to unique_ptr for usage of Common::Fiber.
bunnei
2021-02-27
1
-5
/
+5
*
hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.
bunnei
2021-01-29
1
-2
/
+2
*
hle: kernel: k_scheduler: Use atomics for current_thread, etc.
bunnei
2021-01-29
1
-3
/
+4
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-29
1
-9
/
+15
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-12
/
+12
*
hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.
bunnei
2021-01-11
1
-2
/
+1
*
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.
bunnei
2021-01-11
1
-2
/
+2
*
hle: kernel: KScheduler: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-28
/
+21
*
hle: kernel: Migrate to KScopedSchedulerLock.
bunnei
2020-12-06
1
-6
/
+4
*
hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.
bunnei
2020-12-06
1
-19
/
+0
*
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
1
-71
/
+3
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-0
/
+297