Function Macro

GLibthread_supported

Declaration

#define g_thread_supported (
  void
)

Description

This macro returns TRUE if the thread system is initialized, and FALSE if it is not.

For language bindings, g_thread_get_initialized() provides the same functionality as a function.

This function is not directly available to language bindings.