digitalmars.com                      
Last update Sun Mar 4 12:00:59 2018

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
Home | Compiler & Tools | IDDE Reference | STL | Search | Download | Forums