Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp32 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
41 new (thread_registry_placeholder) ThreadRegistry(CreateThreadContext); in InitializeThreads()