Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp31 auto make_thread_local_context_key = []() { in GetContextForThisThreadImpl() local
35 pthread_once(&key_once, make_thread_local_context_key); in GetContextForThisThreadImpl()