Namespace ThreadUtils details. All accessory functionalities for the threads. More...
Namespace ThreadUtils details. All accessory functionalities for the 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... | |
| void CheckStackAvailable | ( | Int32 | size | ) |
Check if stack availability is greater than the given value.
| size | The size. |
| Int32 GetStackAvailable | ( | ) |
Gets the stack availability of the calling thread.
| Int32 GetStackSize | ( | ) |
Gets the stack size of the calling thread.
| Int32 GetStackUsed | ( | ) |
Gets the stack used of the calling thread.
| Thread & GetThread | ( | ) |
Gets the calling thread.
| bool IsThread | ( | ) |
Query if is it a thread.