Searched defs:tsd_key (Results 1 – 7 of 7) sorted by relevance
50 struct tsd_key { struct51 tsd_key() : key(nullptr) {} in tsd_key() function52 ~tsd_key() { in ~tsd_key()57 void *key;88 static pthread_key_t tsd_key; variable
77 struct tsd_key { struct78 tsd_key() : key(nullptr) {} in tsd_key() argument79 ~tsd_key() { in ~tsd_key()84 void *key;115 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