Thread.supported

This function returns TRUE if the thread system is initialized, and FALSE if it is not. Note This function is actually a macro. Apart from taking the address of it you can however use it as if it was a function.

class Thread
static
int
supported
()

Return Value

Type: int

TRUE, if the thread system is initialized.

Meta