yuzu/src/core/hle
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races
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.
2018-08-13 00:16:40 -04:00
..
kernel kernel/object: Tighten object against data races 2018-08-13 00:16:40 -04:00
service vfs: Make type hierarchy objects classes instead of structs 2018-08-12 16:55:40 -04:00
ipc.h add IPC CommandType & Some HID FunctionInfo (#487) 2018-05-30 14:09:21 -04:00
ipc_helpers.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
lock.cpp
lock.h
result.h Add & correct some error modules 2018-05-23 14:22:42 +02:00