예제 #1
0
파일: glapi.c 프로젝트: aritger/libglvnd
void
_glapi_destroy_multithread(void)
{
   u_current_destroy();
}
예제 #2
0
void
_glapi_destroy(void)
{
   u_current_destroy();
   stub_cleanup_dynamic();
}