Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.PortableThreadPool.CountsOfThreadsProcessingUserCallbacks Struct Reference

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
 

Detailed Description

Definition at line 1204 of file PortableThreadPool.cs.


The documentation for this struct was generated from the following file: