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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-1
/
+1
*
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-13
1
-2
/
+2
*
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-13
1
-1
/
+1
*
Mutex: Moved ReleaseMutex iterator declaration to be inside while loop.
bunnei
2014-06-13
1
-2
/
+1
*
Kernel: Updated several member functions to be const
bunnei
2014-06-13
1
-3
/
+3
*
Kernel: Added real support for thread and event blocking
bunnei
2014-06-13
1
-0
/
+5
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-03
1
-3
/
+9
*
mutex: fixed typo in ReleaseMutex
bunnei
2014-05-30
1
-1
/
+3
*
mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions
bunnei
2014-05-28
1
-0
/
+6
*
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-27
1
-0
/
+11
*
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-27
1
-2
/
+6
*
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-27
1
-0
/
+5
*
kernel: refactored function naming to remove "__" prefix
bunnei
2014-05-23
1
-14
/
+14
*
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-21
1
-2
/
+12
*
mutex: initial commit of HLE module
bunnei
2014-05-21
1
-0
/
+122