#define GF_EXPORT
Macro for platform-dependent symbol export/import.
Required headers before anything.
void gf_thread_join(gf_thread_t *thread)
Join thread.
gf_thread_t * gf_thread_create(void(*func)(void *), void *userdata)
Create thread.
void gf_thread_destroy(gf_thread_t *thread)
Destroy thread.
Platform-dependent thread.
Type definitions related to thread interface.