1 2 3 4 5 6 7
#include "glapi/glapi.h" unsigned long _GLAPI_EXPORT _glthread_GetID(void) { return u_thread_self(); }