Utilitaries functionalities for Threads. More...
Utilitaries functionalities for Threads.
Functions | |
| bool | IsThread () |
| Query if is it a thread. More... | |
| Thread & | GetThread () |
| 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... | |