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

  /external/mesa3d/src/mapi/
u_current.c 252 return ThreadSafe ? tss_get(u_current_context_tsd) : u_current_context;
289 return (struct _glapi_table *) tss_get(u_current_table_tsd);
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 144 return tss_get(tsd->key);
  /external/mesa3d/include/c11/
threads_win32.h 133 static inline void * tss_get(tss_t key);
300 void* val = tss_get(impl_tss_dtor_tbl[i].key);
636 tss_get(tss_t key) function
threads_posix.h 370 tss_get(tss_t key) function
  /external/virglrenderer/src/gallium/include/c11/
threads_win32.h 119 static inline void * tss_get(tss_t key);
286 void* val = tss_get(impl_tss_dtor_tbl[i].key);
617 tss_get(tss_t key) function
threads_posix.h 349 tss_get(tss_t key) function
  /external/mesa3d/src/egl/main/
eglcurrent.c 65 return (_EGLThreadInfo *) tss_get(_egl_TSD);
  /external/virglrenderer/src/gallium/auxiliary/os/
os_thread.h 284 return tss_get(tsd->key);

Completed in 213 milliseconds