Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void UnMarkThread(); | When thread has finished using object cache, release it. |
| 2 | void UnMarkThread(const int PoolIdx); |
Overload 1: void UnMarkThread();
When thread has finished using object cache, release it.
Remarks:
When threads are using object cache each thread must call UnMarkThread after all objects have been released back to object cache and before the thread finished executing.
Declared in Dew::Math::TMtxVecController · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: void UnMarkThread(const int PoolIdx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | PoolIdx | const int |
Declared in Dew::Math::TMtxVecController · Dew.Math/MtxVec.h · Cross-compiler