Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | ThreadLocalNode |
class | ThreadLocalNodeFinalizationHelper |
Public Member Functions | |
object | CreateThreadLocalCountObject () |
Static Public Member Functions | |
static void | Increment (object threadLocalCountObject) |
Properties | |
long | Count [get] |
Private Attributes | |
long | _overflowCount |
HashSet< ThreadLocalNode > | _nodes = new HashSet<ThreadLocalNode>() |
Static Private Attributes | |
static readonly LowLevelLock | s_lock = new LowLevelLock() |
static List< ThreadLocalNodeFinalizationHelper > | t_nodeFinalizationHelpers |
Definition at line 7 of file ThreadInt64PersistentCounter.cs.