Searched refs:u_current_table_tsd (Results 1 – 2 of 2) sorted by relevance
116 struct u_tsd u_current_table_tsd; variable129 u_tsd_destroy(&u_current_table_tsd); in u_current_destroy()140 u_tsd_init(&u_current_table_tsd); in u_current_init_tsd()245 u_tsd_set(&u_current_table_tsd, (void *) tbl); in u_current_set()262 u_tsd_get(&u_current_table_tsd) : (void *) u_current_table); in u_current_get_internal()
23 #define u_current_table_tsd _gl_DispatchTSD macro