summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv2017-05-151-0/+27
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-218/+0
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-25/+36
* fix #1942 and adds a few IPC functions for descriptorsLectem2016-08-021-15/+103
* Fix parameter name in EnableNotificationmailwl2016-05-311-0/+4
* session: Make helper functions constexprLioncash2016-03-211-6/+6
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-0/+6
* Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner2015-06-231-0/+34
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
* Core/Memory: Give every emulated thread it's own TLS area.Subv2015-05-111-3/+7
* Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner2015-05-091-1/+1
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
* Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner2015-02-021-0/+4
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei2015-01-221-4/+4
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.bunnei2015-01-221-3/+8
* Session: Change to a WaitObject.bunnei2015-01-221-1/+7
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner2014-12-281-2/+2
* License changepurpasmart962014-12-211-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-0/+58