Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_thread.cpp27 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
38 ThreadRegistry(CreateThreadContext, kMaxThreads, kThreadQuarantineSize); in InitializeThreadRegistry()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.cpp69 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
102 CreateThreadContext, kMaxTid, kThreadQuarantineSize, kMaxTidReuse)) in Context()