index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
mutex.cpp
Age
Commit message (
Expand
)
Author
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-06-16
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-05-20
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-09
Kernel: Implemented priority inheritance for mutexes.
bunnei
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-09
Mutex: Locks should be recursive.
bunnei
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-21
Mutex: Cleanup and remove redundant code.
bunnei
2015-01-21
Kernel: Renamed some functions for clarity.
bunnei
2015-01-21
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
Mutex: Fix a bug where the thread should not wait if it already has the mutex.
bunnei
2015-01-21
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-04
Mutex: Add the calling thread to the waiting list when needed
Subv
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-07
Mutex: Remove some forward declarations
Subv
2014-12-07
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-05
Mutex: Properly lock the mutex when a thread enters it
Subv
2014-11-26
Mutex: Changed behavior to always release mutex for all threads.
bunnei
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-05
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
[next]