index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
thread.cpp
Age
Commit message (
Expand
)
Author
2019-11-26
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-23
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
Merge pull request #3130 from FernandoS27/cancel-sync
bunnei
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-16
Kernel: Correct Cancel Synchronization.
Fernando Sahmkow
2019-11-12
kernel: Resolve sign conversion warnings
Lioncash
2019-10-15
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Addapt thread class to the new Scheduler
Fernando Sahmkow
2019-07-03
kernel/process: Decouple TLS handling from threads
Lioncash
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-04-17
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
Lioncash
2019-04-15
kernel/thread: Remove BoostPriority()
Lioncash
2019-04-03
Merge pull request #2314 from lioncash/const
bunnei
2019-04-02
kernel/svc: Implement svcGetThreadList
Lioncash
2019-04-01
kernel/thread: Make AllWaitObjectsReady() a const qualified member function
Lioncash
2019-04-01
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
2019-04-01
kernel/thread: Avoid sign conversion within GetCommandBufferAddress()
Lioncash
2019-04-01
kernel/thread: Make parameter of GetWaitObjectIndex() const qualified
Lioncash
2019-03-30
kernel/scheduler: Remove unused parameter to AddThread()
Lioncash
2019-03-28
Merge pull request #2266 from FernandoS27/arbitration
bunnei
2019-03-19
Fix crash caused by 2238.
Fernando Sahmkow
2019-03-19
Add CondVar Thread State.
Fernando Sahmkow
2019-03-17
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-16
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-15
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-05
kernel/thread: Remove obsolete TODO in Create()
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-12-27
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-26
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-18
kernel/thread: Set default fpcr
MerryMage
2018-12-04
svc: Implement SetThreadActivity (thread suspension)
Luke Street
2018-11-14
kernel/thread: Deduplicate scheduler switching code
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
[next]