mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-15 23:59:47 +00:00
Use standard naming for try_lock() in NonRecursiveBenaphore.
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
bool tryLock()
|
||||
bool try_lock()
|
||||
{
|
||||
if (m_contentionCount.load(std::memory_order_relaxed) != 0)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user