Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | IncrementCurrent () |
void | DecrementCurrent () |
void | ResetHighWatermark () |
CountsOfThreadsProcessingUserCallbacks | InterlockedCompareExchange (CountsOfThreadsProcessingUserCallbacks newCounts, CountsOfThreadsProcessingUserCallbacks oldCounts) |
override bool | Equals ([NotNullWhen(true)] object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (CountsOfThreadsProcessingUserCallbacks lhs, CountsOfThreadsProcessingUserCallbacks rhs) |
Properties | |
short | Current [get] |
short | HighWatermark [get] |
Private Member Functions | |
CountsOfThreadsProcessingUserCallbacks (uint data) | |
short | GetInt16Value (byte shift) |
void | SetInt16Value (short value, byte shift) |
Private Attributes | |
uint | _data |
Definition at line 1204 of file PortableThreadPool.cs.