_threadid

From RAD Studio
Jump to: navigation, search

Go Up to stddef.h Index


Header File

stddef.h

Syntax

extern long _threadid;

Description

_threadid is a long integer that contains the ID of the currently executing thread. It is implemented as a macro, and should be declared only by including stddef.h.