Hi all,<br><br>I wrote a Transform class that&#39;s doing a large calculation in Transform::TransformPoint().<br>I want to cache the values in the calculation. The problem is, this transform is shared by multiple threads. So I want to save the cached value in several instances, one for each thread.
<br><br>If I had the thread&#39;s id, I could do this association. Is there any way to get the currently running thread&#39;s ID?<br><br>Thanks.<br><br>- Aviv<br><br>