Home
last modified time | relevance | path

Searched defs:OnCreated (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp36 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __lsan::ThreadContext
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h79 virtual void OnCreated(void *arg) {} in OnCreated() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp27 void MemprofThreadContext::OnCreated(void *arg) { in OnCreated() function in __memprof::MemprofThreadContext
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp148 OnCreatedFunction OnCreated) { in Create() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp135 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __tsan::ThreadContext
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp30 void AsanThreadContext::OnCreated(void *arg) { in OnCreated() function in __asan::AsanThreadContext