simplify (handle recursive locking in RageMutex)

This commit is contained in:
Glenn Maynard
2004-06-11 19:08:56 +00:00
parent 0c7f5e113d
commit 4c14fb3943
5 changed files with 0 additions and 55 deletions
-4
View File
@@ -49,10 +49,6 @@ public:
/* Unlock the mutex. This must only be called when the mutex is locked; implementations
* may fail with an assertion if the mutex is not locked. */
virtual void Unlock() = 0;
/* Return the thread ID of the thread that has this mutex locked. If no thread
* holds the mutex, return GetInvalidThreadId. */
virtual uint64_t GetLockedByThreadId() const = 0;
};
/* These functions must be implemented by the thread implementation. */