Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp28 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
36 new (thread_registry_placeholder) ThreadRegistry(CreateThreadContext); in InitializeThreadRegistry()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp78 static ThreadContextBase *CreateThreadContext(Tid tid) { in CreateThreadContext() function
115 thread_registry(CreateThreadContext, kMaxTid, kThreadQuarantineSize, in Context()