HomeSort by relevance Sort by last modified time
    Searched refs:ContextTSD (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glx/
glxcurrent.c 99 static pthread_key_t ContextTSD;
111 if (pthread_key_create(&ContextTSD, NULL) != 0) {
121 pthread_setspecific(ContextTSD, c);
131 v = pthread_getspecific(ContextTSD);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 103 static pipe_tsd ContextTSD;
109 pipe_tsd_set(&ContextTSD, c);
116 return pipe_tsd_get(&ContextTSD);
    [all...]

Completed in 59 milliseconds