Searched refs:tss_get (Results 1 – 8 of 8) sorted by relevance
252 return ThreadSafe ? tss_get(u_current_context_tsd) : u_current_context; in u_current_get_context_internal()289 return (struct _glapi_table *) tss_get(u_current_table_tsd); in u_current_get_table_internal()
119 static inline void * tss_get(tss_t key);286 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke()617 tss_get(tss_t key) in tss_get() function
349 tss_get(tss_t key) in tss_get() function
133 static inline void * tss_get(tss_t key);300 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke()636 tss_get(tss_t key) in tss_get() function
370 tss_get(tss_t key) in tss_get() function
144 return tss_get(tsd->key); in pipe_tsd_get()
284 return tss_get(tsd->key); in pipe_tsd_get()
65 return (_EGLThreadInfo *) tss_get(_egl_TSD); in _eglGetTSD()