Home
last modified time | relevance | path

Searched refs:tsd_destructor (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_posix.cc48 static void (*tsd_destructor)(void *tsd) = nullptr; variable
53 CHECK(tsd_destructor); in ~tsd_key()
55 (*tsd_destructor)(key); in ~tsd_key()
63 CHECK(!tsd_destructor); in AsanTSDInit()
64 tsd_destructor = destructor; in AsanTSDInit()
68 CHECK(tsd_destructor); in AsanTSDGet()
73 CHECK(tsd_destructor); in AsanTSDSet()
80 CHECK(tsd_destructor); in PlatformTSDDtor()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_linux.cc183 static void (*tsd_destructor)(void *tsd) = nullptr; variable
188 CHECK(tsd_destructor); in ~tsd_key()
190 (*tsd_destructor)(key); in ~tsd_key()
198 CHECK(!tsd_destructor); in MsanTSDInit()
199 tsd_destructor = destructor; in MsanTSDInit()
203 CHECK(tsd_destructor); in GetCurrentThread()
208 CHECK(tsd_destructor); in SetCurrentThread()
215 CHECK(tsd_destructor); in MsanTSDDtor()
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dtsd.c71 tsd_destructor (void *p) in tsd_destructor() function
96 if (pthread_key_create (&tsd_pkeys[tsd_nkeys], &tsd_destructor)) in __collector_tsd_create_key()