summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/address_arbiter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei2021-01-111-91/+0
* hle: kernel: AddressArbiter: Remove unused code.bunnei2020-11-291-3/+0
* SVC: Correct svcWaitForAddress and svcSignalToAddress.Fernando Sahmkow2020-06-271-3/+0
* address_arbiter: Simplify GetThreadsWaitingOnAddress()Lioncash2020-02-121-1/+1
* Kernel: Correct behavior of Address Arbiter threads. (#3165)Fernando Sahmkow2019-12-111-1/+18
* kernel: Remove unnecessary includesLioncash2019-12-081-1/+1
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* kernel: Make the address arbiter instance per-processLioncash2019-03-081-1/+3
* kernel/svc: Move address arbiter signaling behind a unified API functionLioncash2019-03-081-5/+8
* kernel/svc: Move address arbiter waiting behind a unified API functionLioncash2019-03-081-2/+5
* kernel/address_arbiter: Pass in system instance to constructorLioncash2019-03-051-1/+7
* kernel/address_arbiter: Convert the address arbiter into a classLioncash2019-03-051-17/+51
* address_arbiter: Use nested namespaces where applicableLioncash2019-02-161-4/+2
* kernel: Remove unnecessary includesLioncash2018-07-311-1/+3
* Run clang-format on PR.Michael Scire2018-06-221-22/+22
* Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire2018-06-211-1/+1
* Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire2018-06-211-0/+32
* kernel: Remove unused address_arbiter code.bunnei2018-02-181-60/+0
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-0/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+10
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-1/+1
* Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner2015-02-021-1/+2
* Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner2015-01-301-1/+1
* Kernel: Convert AddressArbiter to not use HandlesYuri Kunde Schlesner2015-01-301-2/+22
* Kernel: Remove useless/duplicated comments; mark functions staticYuri Kunde Schlesner2015-01-301-3/+0
* AddrArbiter: Implement arbitration types 3 and 4.Subv2015-01-131-1/+1
* License changepurpasmart962014-12-211-1/+1
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-1/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* Kernel: Added preliminary support for address arbiters.bunnei2014-07-091-0/+36