aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.cpp
AgeCommit message (Expand)Author
2021-01-11core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei
2021-01-11hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...bunnei
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei
2020-12-06hle: kernel: Migrate to KScopedSchedulerLock.bunnei
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27Kernel: Corrections to TimeManager, Scheduler and Mutex.Fernando Sahmkow
2020-06-27Mutex: Revert workaround due to poor exclusive memory.Fernando Sahmkow
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow
2020-06-27Mutex: Correct Result writting to clear exclusivity.Fernando Sahmkow
2020-06-27SVC: Correct ArbitrateUnlockFernando Sahmkow
2020-06-27SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance...Fernando Sahmkow
2020-04-29kernel: Don't fail silentlyDavid Marcec
2019-12-07kernel: Remove unnecessary includesLioncash
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-10-15Kernel: Correct Results in Condition Variables and MutexesFernando Sahmkow
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow
2019-10-15Add PrepareReschedule where required.Fernando Sahmkow
2019-03-14core/hle/kernel/mutex: Remove usages of global system accessorsLioncash
2019-03-14core/hle/kernel: Make Mutex a per-process class.Lioncash
2018-10-30general: Remove unused boost inclusions where applicableLioncash
2018-10-06kernel/mutex: Amend behavior of TransferMutexOwnership()Lioncash
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationLioncash
2018-09-17kernel/mutex: Replace ResultCode construction for invalid addresses with the ...Lioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-31Merge pull request #877 from lioncash/removebunnei
2018-07-31kernel: Remove unused object_address_table.cpp/.hLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-07-23mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by referenceLioncash
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-06-21Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire
2018-05-20Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...Subv
2018-04-23Kernel: Implemented mutex priority inheritance.Subv
2018-04-20Kernel: Remove old and unused Mutex code.Subv
2018-04-20Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Subv
2018-02-05mutex: Update hasWaiters on release.bunnei
2018-01-08mutex: Remove unused call to VerifyGuestState.bunnei
2018-01-08Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...Subv
2018-01-01svc: Implement svcLockMutex.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-01-04Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...Subv
2017-01-04Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Subv
2017-01-04Kernel/Mutex: Implemented priority inheritance.Subv
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv
2017-01-04Kernel/Synch: Do not attempt a reschedule on every syscall.Subv