Searched refs:tss_t (Results 1 – 5 of 5) sorted by relevance
106 typedef DWORD tss_t; typedef119 static inline void * tss_get(tss_t key);263 tss_t key;267 static int impl_tss_dtor_register(tss_t key, tss_dtor_t dtor) in impl_tss_dtor_register()595 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()610 tss_delete(tss_t key) in tss_delete()617 tss_get(tss_t key) in tss_get()624 tss_set(tss_t key, void *val) in tss_set()
67 typedef pthread_key_t tss_t; typedef365 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()373 tss_delete(tss_t key) in tss_delete()380 tss_get(tss_t key) in tss_get()387 tss_set(tss_t key, void *val) in tss_set()
115 tss_t u_current_table_tsd;116 static tss_t u_current_context_tsd;
48 static tss_t _egl_TSD;
299 tss_t key;