Searched defs:tls_keys (Results 1 – 4 of 4) sorted by relevance
65 typedef struct tls_keys tls_keys; typedef66 struct tls_keys { struct70 tls_keys *keys_next; argument
128 struct tls_keys struct134 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1) argument139 static struct tls_keys tls_keys = variable
139 struct tls_keys struct145 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1) argument150 static struct tls_keys tls_keys = variable
147 struct tls_keys struct153 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1) argument158 static struct tls_keys tls_keys = variable