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

  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h 93 struct u_tsd { struct
116 u_tsd_init(struct u_tsd *tsd)
127 u_tsd_get(struct u_tsd *tsd)
137 u_tsd_set(struct u_tsd *tsd, void *ptr)
158 struct u_tsd { struct
182 u_tsd_init(struct u_tsd *tsd)
194 u_tsd_destroy(struct u_tsd *tsd)
205 u_tsd_get(struct u_tsd *tsd)
215 u_tsd_set(struct u_tsd *tsd, void *ptr)
217 /* the following code assumes that the struct u_tsd has been initialize
236 struct u_tsd { struct
    [all...]
  /external/mesa3d/src/mapi/mapi/
u_thread.h 93 struct u_tsd { struct
116 u_tsd_init(struct u_tsd *tsd)
127 u_tsd_get(struct u_tsd *tsd)
137 u_tsd_set(struct u_tsd *tsd, void *ptr)
158 struct u_tsd { struct
182 u_tsd_init(struct u_tsd *tsd)
194 u_tsd_destroy(struct u_tsd *tsd)
205 u_tsd_get(struct u_tsd *tsd)
215 u_tsd_set(struct u_tsd *tsd, void *ptr)
217 /* the following code assumes that the struct u_tsd has been initialize
236 struct u_tsd { struct
    [all...]

Completed in 4496 milliseconds