Home | History | Annotate | Download | only in src

Lines Matching defs:gGLKey

47 pthread_key_t gGLKey = -1;
1372 if (gGLKey == -1) {
1374 if (gGLKey == -1)
1375 pthread_key_create(&gGLKey, NULL);