OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_tsd
(Results
1 - 3
of
3
) sorted by null
/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
...]
u_current.c
116
struct
u_tsd
u_current_table_tsd;
117
static struct
u_tsd
u_current_user_tsd;
/external/mesa3d/src/mapi/glapi/
glthread.h
21
typedef struct
u_tsd
_glthread_TSD;
Completed in 149 milliseconds