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