Home
last modified time | relevance | path

Searched refs:finalize_key (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopensslecdsa_link.c685 bool finalize_key = false; in opensslecdsa_parse() local
748 finalize_key = true; in opensslecdsa_parse()
760 if (finalize_key) { in opensslecdsa_parse()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dopensslecdsa_link.c1199 bool finalize_key = false; opensslecdsa_parse() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc193 unsigned finalize_key; member
914 if (pthread_setspecific(interceptor_ctx()->finalize_key, in thread_finalize()
943 if (pthread_setspecific(interceptor_ctx()->finalize_key, in __tsan_thread_start_func()
2752 if (pthread_key_create(&interceptor_ctx()->finalize_key, &thread_finalize)) { in InitializeInterceptors()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp191 unsigned finalize_key; member
948 if (pthread_setspecific(interceptor_ctx()->finalize_key, in thread_finalize()
978 if (pthread_setspecific(interceptor_ctx()->finalize_key, in __tsan_thread_start_func()
2913 if (pthread_key_create(&interceptor_ctx()->finalize_key, &thread_finalize)) { in InitializeInterceptors()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc198 unsigned finalize_key; member
927 if (pthread_setspecific(interceptor_ctx()->finalize_key, in thread_finalize()
956 if (pthread_setspecific(interceptor_ctx()->finalize_key, in __tsan_thread_start_func()
2800 if (pthread_key_create(&interceptor_ctx()->finalize_key, &thread_finalize)) { in InitializeInterceptors()