Home
last modified time | relevance | path

Searched refs:u_tsd (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_thread.h93 struct u_tsd { struct
116 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() argument
127 u_tsd_get(struct u_tsd *tsd) in u_tsd_get()
137 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set()
158 struct u_tsd { struct
182 u_tsd_init(struct u_tsd *tsd) in u_tsd_init() argument
194 u_tsd_destroy(struct u_tsd *tsd) in u_tsd_destroy()
205 u_tsd_get(struct u_tsd *tsd) in u_tsd_get()
215 u_tsd_set(struct u_tsd *tsd, void *ptr) in u_tsd_set()
236 struct u_tsd { struct
[all …]
Du_current.c116 struct u_tsd u_current_table_tsd;
117 static struct u_tsd u_current_user_tsd;
/external/mesa3d/src/mapi/glapi/
Dglthread.h21 typedef struct u_tsd _glthread_TSD;