API Guides > ConceptRT 3.x
ConceptRT::ThreadUtils Namespace Reference

Utilitaries functionalities for Threads. More...

Detailed Description

Utilitaries functionalities for Threads.

Version
3.3 or greater feature.

Functions

bool IsThread ()
 Query if is it a thread. More...
 
ThreadGetThread ()
 Gets the calling thread. More...
 
Int32 GetStackSize ()
 Gets the stack size of the calling thread. More...
 
Int32 GetStackUsed ()
 Gets the stack used of the calling thread. More...
 
Int32 GetStackAvailable ()
 Gets the stack availability of the calling thread. More...
 
void CheckStackAvailable (Int32 size)
 Check if stack availability is greater than the given value. More...