aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_thread.h
AgeCommit message (Expand)Author
2022-04-03k_thread: Fix data racelat9nq
2022-03-14core: hle: kernel: k_thread: Update to reflect tree changes.bunnei
2022-01-21hle: kernel: KThread: Ensure host (dummy) threads block on locking.bunnei
2022-01-20hle: kernel: KThread: Decrease DummyThread priority to ensure it is never sch...bunnei
2022-01-20hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei
2022-01-14core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorker...bunnei
2022-01-14core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates.bunnei
2021-12-30core: hle: kernel: Implement thread pinning.bunnei
2021-12-06hle: kernel: k_thread: Rename sleeping_queue -> wait_queue.bunnei
2021-12-06hle: kernel: k_thread: Treat dummy threads as a special type.bunnei
2021-12-06hle: kernel: Add a flag for indicating that the kernel is currently shutting ...bunnei
2021-12-06hle: kernel: Cleanup to match coding style.bunnei
2021-12-06hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).bunnei
2021-12-06hle: kernel: KThread: Remove tracking of sync object from threads.bunnei
2021-12-06hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei
2021-12-06core: hle: kernel: Disable dispatch count tracking on single core.bunnei
2021-12-06core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei
2021-12-06core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei
2021-08-25Revert "kernel: Various improvements to scheduler"bunnei
2021-08-14core: hle: kernel: Disable dispatch count tracking on single core.bunnei
2021-08-07core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei
2021-08-07core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-29kernel: Add missing override specifiersLioncash
2021-05-08kernel: Eliminate variable shadowingLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: Migrate KThread to KAutoObject.bunnei
2021-04-12k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Lioncash
2021-03-21hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.bunnei
2021-03-05hle: kernel: KThread: Rework dummy threads & fix memory leak.bunnei
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei
2021-01-28yuzu: debugger: Ignore HLE threads.bunnei
2021-01-28hle: kernel: KScheduler: Introduce thread context_guard.bunnei
2021-01-28hle: kernel: Recode implementation of KThread to be more accurate.bunnei
2021-01-28hle: kernel: KThread: Clean up thread priorities.bunnei
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.bunnei
2021-01-28hle: kernel: KThread: Fix ThreadType definition.bunnei
2021-01-28hle: kernel: Move single core "phantom mode" out of KThread.bunnei
2021-01-28hle: kernel: KThread: Remove thread types that do not exist.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei