mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 07:13:04 +02:00
Internals: Add VL_MT_SAFE attribute to functions that requires locking. (#3805)
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ public:
|
||||
, m_name{name} {}
|
||||
~V3GraphTestVertex() override = default;
|
||||
// ACCESSORS
|
||||
string name() const override { return m_name; }
|
||||
string name() const override VL_MT_STABLE { return m_name; }
|
||||
};
|
||||
|
||||
class V3GraphTestVarVertex final : public V3GraphTestVertex {
|
||||
|
||||
Reference in New Issue
Block a user