implement Threads_Pthreads::GetCrashHandle

This commit is contained in:
Glenn Maynard
2004-06-11 07:06:48 +00:00
parent 51366df8cc
commit 6ca1cc935c
@@ -32,6 +32,7 @@ public:
void Halt( bool Kill );
void Resume();
uint64_t GetThreadId() const;
uint64_t GetCrashHandle() const { return GetThreadId(); }
int Wait();
};