Kernel: pass ref down to Object and wrap ID counter into kernel state
This commit is contained in:
@ -16,6 +16,8 @@ class Thread;
|
||||
/// Class that represents a Kernel object that a thread can be waiting on
|
||||
class WaitObject : public Object {
|
||||
public:
|
||||
using Object::Object;
|
||||
|
||||
/**
|
||||
* Check if the specified thread should wait until the object is available
|
||||
* @param thread The thread about which we're deciding.
|
||||
|
Reference in New Issue
Block a user