Home
last modified time | relevance | path

Searched defs:tsd_key (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_posix.cc50 struct tsd_key { struct
51 tsd_key() : key(nullptr) {} in tsd_key() argument
52 ~tsd_key() { in ~tsd_key()
57 void *key;
88 static pthread_key_t tsd_key; variable
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc185 struct tsd_key { struct
186 tsd_key() : key(nullptr) {} in tsd_key() argument
187 ~tsd_key() { in ~tsd_key()
192 MsanThread *key;
223 static pthread_key_t tsd_key; variable
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_posix.cc41 static pthread_key_t tsd_key; variable
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_posix.cc41 static pthread_key_t tsd_key; variable
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_linux.cpp265 static pthread_key_t tsd_key; variable
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Djprofile.c97 static unsigned tsd_key = COLLECTOR_TSD_INVALID_KEY; variable