Home
last modified time | relevance | path

Searched defs:test_key (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test.cc188 void *TSDAllocWorker(void *test_key) { in TSDAllocWorker()
198 pthread_key_t test_key; in TEST() local
H A Dasan_test.cc164 void *TSDWorker(void *test_key) { in TSDWorker()
187 pthread_key_t test_key; in TEST() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dendecoder_legacy_test.c504 static int test_key(int idx) in test_key() function