Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_posix.cpp78 struct tsd_key { struct
79 tsd_key() : key(nullptr) {} in tsd_key() argument
80 ~tsd_key() { in ~tsd_key()
85 void *key;
116 static pthread_key_t tsd_key; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_linux.cpp183 struct tsd_key { struct
184 tsd_key() : key(nullptr) {} in tsd_key() function
185 ~tsd_key() { in ~tsd_key()
190 MsanThread *key;
221 static pthread_key_t tsd_key; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp28 static pthread_key_t tsd_key; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp99 static pthread_key_t tsd_key; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp310 static pthread_key_t tsd_key; variable