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
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