Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / mapi / glapi / glthread.c
1 #include "glapi/glapi.h"
2
3 unsigned long
4 _glthread_GetID(void)
5 {
6    return u_thread_self();
7 }