Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc30 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
41 ThreadRegistry(CreateThreadContext, kMaxThreads, kThreadQuarantineSize); in InitializeThreadRegistry()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc68 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() function
101 CreateThreadContext, kMaxTid, kThreadQuarantineSize, kMaxTidReuse)) in Context()