index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
mutex.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Remove old and unused Mutex code.
Subv
2018-04-21
1
-79
/
+3
*
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-21
1
-0
/
+12
*
clang-format
MerryMage
2018-01-16
1
-3
/
+3
*
Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.
Subv
2018-01-09
1
-8
/
+13
*
svc: Implement svcLockMutex.
bunnei
2018-01-01
1
-5
/
+32
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-1
/
+2
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes
Subv
2017-01-04
1
-0
/
+6
*
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
1
-0
/
+1
*
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
1
-5
/
+2
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-2
/
+3
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-6
/
+12
*
General: Fix up doxygen comments
Lioncash
2015-09-10
1
-4
/
+3
*
Mutex: Locks should be recursive.
bunnei
2015-02-10
1
-2
/
+1
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+2
*
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+1
*
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-13
/
+39
*
Mutex: Cleanup and remove redundant code.
bunnei
2015-01-22
1
-1
/
+1
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-07
1
-0
/
+6
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-1
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-13
1
-1
/
+1
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-03
1
-1
/
+2
*
mutex: removed docstring comment that is no longer relevant
bunnei
2014-05-27
1
-1
/
+0
*
mutex: added additional docstrings
bunnei
2014-05-27
1
-0
/
+2
*
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-21
1
-1
/
+1
*
mutex: initial commit of HLE module
bunnei
2014-05-21
1
-0
/
+26