use pointer instead of reference for thread
This commit is contained in:
@ -56,7 +56,7 @@ public:
|
||||
void preempt();
|
||||
|
||||
void block();
|
||||
void deblock(Thread& that);
|
||||
void deblock(Thread* that);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user