OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u_current_table
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mapi/mapi/
u_current.h
13
#define
u_current_table
_glapi_tls_Dispatch
macro
16
#define
u_current_table
_glapi_Dispatch
macro
33
extern __thread struct mapi_table *
u_current_table
41
extern struct mapi_table *
u_current_table
;
70
return
u_current_table
;
72
return (likely(
u_current_table
) ?
73
u_current_table
: u_current_get_internal());
u_current.c
102
__thread struct mapi_table *
u_current_table
variable in typeref:struct:mapi_table
111
struct mapi_table *
u_current_table
=
variable in typeref:struct:mapi_table
243
u_current_table
= (struct mapi_table *) tbl;
246
u_current_table
= (ThreadSafe) ? NULL : (void *) tbl;
248
u_current_table
= (struct mapi_table *) tbl;
259
return
u_current_table
;
262
u_tsd_get(&u_current_table_tsd) : (void *)
u_current_table
);
264
return
u_current_table
;
entry.c
34
#define ENTRY_CURRENT_TABLE U_STRINGIFY(
u_current_table
)
Completed in 54 milliseconds