acadia/zion/lib
Drew Galbraith 2e1357255c Create a RefCounted type and use it for Thread.
This should prevent me from actually creating 2 shared ptrs of
a single kernel object with their separate ref counts.
2023-06-06 19:05:03 -07:00
..
linked_list.h Rework scheduler to store the current thread separately. 2023-05-29 22:54:22 -07:00
ref_counted.h Create a RefCounted type and use it for Thread. 2023-06-06 19:05:03 -07:00
ref_ptr.h Create a RefCounted type and use it for Thread. 2023-06-06 19:05:03 -07:00
shared_ptr.h Add validity check in shared ptr 2023-05-30 01:05:50 -07:00