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
2018-07-23
mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-06-21
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-05-20
Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...
Subv
2018-04-23
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-20
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-02-05
mutex: Update hasWaiters on release.
bunnei
2018-01-08
mutex: Remove unused call to VerifyGuestState.
bunnei
2018-01-08
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-01
svc: Implement svcLockMutex.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
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
[next]