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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp194 unsigned finalize_key; member in struct:__tsan::InterceptorContext
908 if (pthread_setspecific(interceptor_ctx()->finalize_key,
938 if (pthread_setspecific(interceptor_ctx()->finalize_key,
2787 if (pthread_key_create(&interceptor_ctx()->finalize_key, &thread_finalize)) {

Completed in 93 milliseconds