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
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-2
/
+3
|
\
|
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
|
/
*
Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes
Subv
2017-01-04
1
-38
/
+22
*
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
1
-13
/
+22
*
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
1
-13
/
+45
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-18
/
+6
*
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2017-01-04
1
-0
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-2
/
+4
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-17
1
-8
/
+1
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-21
1
-0
/
+2
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
Kernel: Implemented priority inheritance for mutexes.
bunnei
2015-04-10
1
-1
/
+9
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
Mutex: Locks should be recursive.
bunnei
2015-02-10
1
-14
/
+19
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-4
/
+2
*
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
1
-2
/
+2
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
1
-21
/
+7
*
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-88
/
+43
*
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-30
1
-14
/
+4
*
Mutex: Cleanup and remove redundant code.
bunnei
2015-01-22
1
-45
/
+27
*
Kernel: Renamed some functions for clarity.
bunnei
2015-01-22
1
-1
/
+1
*
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-22
1
-15
/
+9
*
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
bunnei
2015-01-22
1
-2
/
+2
*
Mutex: Fix a bug where the thread should not wait if it already has the mutex.
bunnei
2015-01-22
1
-1
/
+4
*
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-22
1
-7
/
+2
*
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-22
1
-4
/
+4
*
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-22
1
-5
/
+14
*
WaitSynchronizationN: Implement return values
bunnei
2015-01-22
1
-4
/
+4
*
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-22
1
-23
/
+6
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-3
/
+3
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
1
-6
/
+13
*
Mutex: Add the calling thread to the waiting list when needed
Subv
2015-01-04
1
-2
/
+2
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+3
*
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-3
/
+3
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
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