Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h79 virtual void OnCreated(void *arg) {} OnCreated() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp36 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __lsan::ThreadContext
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp27 void MemprofThreadContext::OnCreated(void *arg) { in OnCreated() function in __memprof::MemprofThreadContext
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp173 void OnCreated(void *arg) { OnCreated() function in __sanitizer::__anon8a4babaf0111::TestThreadContext
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp148 Create(JITLinkMemoryManager & MemMgr,const JITLinkDylib * JD,SegmentMap Segments,OnCreatedFunction OnCreated) Create() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp135 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __tsan::ThreadContext
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp30 void AsanThreadContext::OnCreated(void *arg) { OnCreated() function in __asan::AsanThreadContext