Searched defs:tsd_key (Results 1 – 6 of 6) sorted by relevance
50 struct tsd_key { struct51 tsd_key() : key(nullptr) {} in tsd_key() argument52 ~tsd_key() { in ~tsd_key()57 void *key;88 static pthread_key_t tsd_key; variable
185 struct tsd_key { struct186 tsd_key() : key(nullptr) {} in tsd_key() argument187 ~tsd_key() { in ~tsd_key()192 MsanThread *key;223 static pthread_key_t tsd_key; variable
41 static pthread_key_t tsd_key; variable
265 static pthread_key_t tsd_key; variable
97 static unsigned tsd_key = COLLECTOR_TSD_INVALID_KEY; variable