Skip to content
Snippets Groups Projects
  • Yuri Kunde Schlesner's avatar
    Kernel: New handle manager · 7e2903cb
    Yuri Kunde Schlesner authored
    This handle manager more closely mirrors the behaviour of the CTR-OS
    one. In addition object ref-counts and support for DuplicateHandle have
    been added.
    
    Note that support for DuplicateHandle is still experimental, since parts
    of the kernel still use Handles internally, which will likely cause
    troubles if two different handles to the same object are used to e.g.
    wait on a synchronization primitive.
    7e2903cb