OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_current_table_tsd
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mapi/
u_current.c
115
tss_t
u_current_table_tsd
;
variable
127
tss_delete(
u_current_table_tsd
);
138
tss_create(&
u_current_table_tsd
, NULL);
274
tss_set(
u_current_table_tsd
, (void *) tbl);
289
return (struct mapi_table *) tss_get(
u_current_table_tsd
);
u_current.h
27
#define
u_current_table_tsd
_gl_DispatchTSD
macro
Completed in 309 milliseconds