summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/session.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-41/+0
2021-02-13kernel: More accurately reserve and release resourcesameerj1-1/+10
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei1-10/+1
2020-02-11Kernel: Refactor synchronization to better match REFernando Sahmkow1-0/+5
2020-02-11Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow1-1/+1
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei1-4/+28
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-3/+4
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-0/+13
This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)