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
*
Mutex: Remove some forward declarations
Subv
2014-12-07
1
-16
/
+15
*
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-07
1
-22
/
+46
*
Mutex: Properly lock the mutex when a thread enters it
Subv
2014-12-06
1
-12
/
+9
*
Mutex: Changed behavior to always release mutex for all threads.
bunnei
2014-11-26
1
-8
/
+7
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-10
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-12
/
+13
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-2
/
+2
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-5
/
+5
*
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
2014-08-18
1
-2
/
+2
*
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-08-06
1
-1
/
+1
*
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