Home
last modified time | relevance | path

Searched defs:ThreadStart (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_thread.cpp69 thread_return_t MsanThread::ThreadStart() { in ThreadStart() function in __msan::MsanThread
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_thread.cpp68 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart() function in __lsan::ThreadContextLsanBase
HDlsan_posix.cpp51 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() function
HDlsan_fuchsia.cpp55 void ThreadStart(u32 tid) { in ThreadStart() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_thread.cpp67 thread_return_t DFsanThread::ThreadStart() { in ThreadStart() function in __dfsan::DFsanThread
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_thread.cpp137 MemprofThread::ThreadStart(tid_t os_id, in ThreadStart() function in __memprof::MemprofThread
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_thread.cpp152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_thread.cpp287 void AsanThread::ThreadStart(tid_t os_id) { in ThreadStart() function in __asan::AsanThread