index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
mutex.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-21
1
-1
/
+1
*
License change
purpasmart96
2014-12-20
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 ...
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-02
1
-1
/
+2
*
mutex: removed docstring comment that is no longer relevant
bunnei
2014-05-26
1
-1
/
+0
*
mutex: added additional docstrings
bunnei
2014-05-26
1
-0
/
+2
*
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20
1
-1
/
+1
*
mutex: initial commit of HLE module
bunnei
2014-05-20
1
-0
/
+26