diff options
| author | babenko <[email protected]> | 2022-02-10 16:49:19 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:19 +0300 |
| commit | f31097c96270919a1f49360bdaaa69ea4f3fefab (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system | |
| parent | cec37806d8847aa3db53bafc9e251d4aaf325c12 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system')
| -rw-r--r-- | util/system/spinlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/spinlock.h b/util/system/spinlock.h index f2319d9a66e..af2630890a5 100644 --- a/util/system/spinlock.h +++ b/util/system/spinlock.h @@ -10,7 +10,7 @@ protected: } public: - inline bool IsLocked() const noexcept { + inline bool IsLocked() const noexcept { return AtomicGet(Val_); } |
