summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-11core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.Gravatar bunnei1-170/+0
2021-01-11hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...Gravatar bunnei1-1/+1
2021-01-11core: hle: kernel: Update KSynchronizationObject.Gravatar bunnei1-2/+2
2020-12-06hle: kernel: Migrate to KScopedSchedulerLock.Gravatar bunnei1-3/+3
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.Gravatar bunnei1-3/+3
2020-06-27Clang Format.Gravatar Fernando Sahmkow1-6/+5
2020-06-27Kernel: Corrections to TimeManager, Scheduler and Mutex.Gravatar Fernando Sahmkow1-2/+1
2020-06-27Mutex: Revert workaround due to poor exclusive memory.Gravatar Fernando Sahmkow1-9/+2
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Gravatar Fernando Sahmkow1-2/+3
2020-06-27Mutex: Correct Result writting to clear exclusivity.Gravatar Fernando Sahmkow1-3/+11
2020-06-27SVC: Correct ArbitrateUnlockGravatar Fernando Sahmkow1-32/+33
2020-06-27SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance...Gravatar Fernando Sahmkow1-26/+39
2020-04-29kernel: Don't fail silentlyGravatar David Marcec1-0/+5
2019-12-07kernel: Remove unnecessary includesGravatar Lioncash1-0/+1
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-2/+2
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-1/+1
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei1-10/+12
2019-10-15Kernel: Correct Results in Condition Variables and MutexesGravatar Fernando Sahmkow1-0/+1
2019-10-15Kernel: Style and CorrectionsGravatar Fernando Sahmkow1-1/+1
2019-10-15Add PrepareReschedule where required.Gravatar Fernando Sahmkow1-0/+2
2019-03-14core/hle/kernel/mutex: Remove usages of global system accessorsGravatar Lioncash1-11/+15
2019-03-14core/hle/kernel: Make Mutex a per-process class.Gravatar Lioncash1-2/+7
2018-10-30general: Remove unused boost inclusions where applicableGravatar Lioncash1-2/+0
2018-10-06kernel/mutex: Amend behavior of TransferMutexOwnership()Gravatar Lioncash1-1/+1
2018-10-04kernel/thread: Make all instance variables privateGravatar Lioncash1-17/+17
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationGravatar Lioncash1-0/+1
2018-09-17kernel/mutex: Replace ResultCode construction for invalid addresses with the ...Gravatar Lioncash1-2/+2
2018-08-28kernel: Eliminate kernel global stateGravatar Lioncash1-3/+3
2018-08-01kernel: Move object class to its own source filesGravatar Lioncash1-1/+1
2018-07-31kernel: Remove unused object_address_table.cpp/.hGravatar Lioncash1-1/+0
2018-07-31kernel: Remove unnecessary includesGravatar Lioncash1-0/+4
2018-07-23mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by referenceGravatar Lioncash1-1/+1
2018-07-19thread: Convert ThreadStatus into an enum classGravatar Lioncash1-3/+3
2018-06-21Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Gravatar Michael Scire1-2/+2
2018-05-20Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...Gravatar Subv1-1/+0
2018-04-23Kernel: Implemented mutex priority inheritance.Gravatar Subv1-8/+31
2018-04-20Kernel: Remove old and unused Mutex code.Gravatar Subv1-120/+0
2018-04-20Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Gravatar Subv1-0/+94
2018-02-05mutex: Update hasWaiters on release.Gravatar bunnei1-0/+1
2018-01-08mutex: Remove unused call to VerifyGuestState.Gravatar bunnei1-3/+0
2018-01-08Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...Gravatar Subv1-54/+43
2018-01-01svc: Implement svcLockMutex.Gravatar bunnei1-18/+63
2017-09-30Fixed type conversion ambiguityGravatar Huw Pascoe1-1/+1
2017-01-04Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...Gravatar Subv1-38/+22
2017-01-04Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Gravatar Subv1-13/+22
2017-01-04Kernel/Mutex: Implemented priority inheritance.Gravatar Subv1-13/+45
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Gravatar Subv1-18/+6
2017-01-04Kernel/Synch: Do not attempt a reschedule on every syscall.Gravatar Subv1-0/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-4/+1