Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp35 Context *current_thread_context = in GetContextForThisThreadImpl() local
37 if (current_thread_context == nullptr) { in GetContextForThisThreadImpl()
38 current_thread_context = in GetContextForThisThreadImpl()
40 new (current_thread_context) Context(); in GetContextForThisThreadImpl()
41 pthread_setspecific(context_key, current_thread_context); in GetContextForThisThreadImpl()
44 return *current_thread_context; in GetContextForThisThreadImpl()