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