SemysGetCurrentThreadId |
01 | Returns the environment specific Id of the calling thread. |
02 |
uint32 SemysGetCurrentThreadId(void); |
03 |
Return Values: The environment specific Id of the calling thread. |
04 | The typical use of this value is for a trace output. |
05 |
Reference: SemysThreading.h Implementation: Semys Library See Also: Threading Sub-System, SemysGetCurrentProcessId() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |