Cleanup Thread constructor
This commit is contained in:
parent
41d25a7b46
commit
d9b17d96d7
3 changed files with 3 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ class Thread {
|
|||
};
|
||||
static SharedPtr<Thread> RootThread(Process& root_proc);
|
||||
|
||||
Thread(Process& proc, uint64_t tid, uint64_t entry);
|
||||
Thread(Process& proc, uint64_t tid);
|
||||
|
||||
uint64_t tid() const { return id_; };
|
||||
uint64_t pid() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue