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
/
wait_object.cpp
Age
Commit message (
Expand
)
Author
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-02-05
wait_object: Make wait behavior only require one object to signal.
Zach Hilman
2020-01-26
Kernel: Remove a few global instances from the kernel.
Fernando Sahmkow
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-10-15
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
Add PrepareReschedule where required.
Fernando Sahmkow
2019-04-24
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-17
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
Lioncash
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-07-23
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-03-18
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-01-08
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-07
wait_object: Refactor to allow waking up a single thread.
bunnei
2017-09-30
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-28
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner