Searched refs:ContextTSD (Results 1 – 3 of 3) sorted by relevance
109 static pthread_key_t ContextTSD; variable121 if (pthread_key_create(&ContextTSD, NULL) != 0) { in init_thread_data()131 pthread_setspecific(ContextTSD, c); in __glXSetCurrentContext()141 v = pthread_getspecific(ContextTSD); in __glXGetCurrentContext()
165 static _glthread_TSD ContextTSD; /**< Per-thread context pointer */ variable177 _glthread_SetTSD(&ContextTSD, c); in SetCurrentContext()275 return (GLXContext) _glthread_GetTSD(&ContextTSD); in glXGetCurrentContext()
89 static pipe_tsd ContextTSD; variable95 pipe_tsd_set(&ContextTSD, c); in SetCurrentContext()102 return pipe_tsd_get(&ContextTSD); in GetCurrentContext()