Searched defs:__key (Results 1 – 2 of 2) sorted by relevance
189 __BIONIC_THREADS_INLINE int tss_create(tss_t* _Nonnull __key, tss_dtor_t _Nullable __dtor) { in tss_create()193 __BIONIC_THREADS_INLINE void tss_delete(tss_t __key) { in tss_delete()197 __BIONIC_THREADS_INLINE void* _Nullable tss_get(tss_t __key) { in tss_get()201 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* _Nonnull __value) { in tss_set()
41 #define __key key macro