stddef.h
_threadid
- Header
- stddef.h
- Prototype
- extern unsigned long *__threadid(void);
- Description
- __threadid is the ID of the currently executing thread, allowing a program to distinguish that thread from others executing the same piece of code.
- See Also
- _beginthread, _endthread