Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.cc28 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
39 ThreadRegistry(CreateThreadContext, kMaxThreads, kThreadQuarantineSize); in InitializeThreadRegistry()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc70 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
103 CreateThreadContext, kMaxTid, kThreadQuarantineSize, kMaxTidReuse)) in Context()