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
/
mutex.h
Age
Commit message (
Expand
)
Author
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-04-20
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-01-16
clang-format
MerryMage
2018-01-08
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-01
svc: Implement svcLockMutex.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-09-10
General: Fix up doxygen comments
Lioncash
2015-02-09
Mutex: Locks should be recursive.
bunnei
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-01-30
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-21
Mutex: Cleanup and remove redundant code.
bunnei
2014-12-20
License change
purpasmart96
2014-12-07
Mutex: Release all held mutexes when a thread exits.
Subv
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-06-13
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-02
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-05-26
mutex: removed docstring comment that is no longer relevant
bunnei
2014-05-26
mutex: added additional docstrings
bunnei
2014-05-20
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20
mutex: initial commit of HLE module
bunnei