index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
/
wait_tree.cpp
Age
Commit message (
Expand
)
Author
2018-01-12
Massive removal of unused modules
James Rowe
2018-01-12
arm_dynarmic: Implement core
MerryMage
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-08
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-16
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-04
Threading: Added some utility functions and const correctness.
Subv
2016-12-03
Threading: Reworked the way our scheduler works.
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-09-22
implement wait tree widget
wwylele