Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    kernel/object: Tighten object against data races · 3476f5b4
    Lioncash authored
    Despite being covered by a global mutex, we should still ensure that the
    class handles its reference counts properly. This avoids potential
    shenanigans when it comes to data races.
    
    Given this is the root object that drives quite a bit of the kernel
    object hierarchy, ensuring we always have the correct behavior (and no
    races) is a good thing.
    3476f5b4