implement Threads_Pthreads::GetCrashHandle
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
|||||||
void Halt( bool Kill );
|
void Halt( bool Kill );
|
||||||
void Resume();
|
void Resume();
|
||||||
uint64_t GetThreadId() const;
|
uint64_t GetThreadId() const;
|
||||||
|
uint64_t GetCrashHandle() const { return GetThreadId(); }
|
||||||
int Wait();
|
int Wait();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user