Home
last modified time | relevance | path

Searched refs:ThreadStart (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp55 void ThreadStart(u32 tid) { in ThreadStart() function
59 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
68 ThreadStart(tid); in InitializeMainThread()
123 ThreadStart(tid); in __sanitizer_thread_start_hook()
H A Dlsan_posix.cpp51 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
61 ThreadContextLsanBase::ThreadStart(tid, os_id, thread_type, &args);
84 ThreadStart(tid, GetTid());
49 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { ThreadStart() function
H A Dlsan_posix.h44 void ThreadStart(u32 tid, tid_t os_id,
H A Dlsan_thread.h33 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
H A Dlsan_thread.cpp68 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart() function in __lsan::ThreadContextLsanBase
H A Dlsan_mac.cpp72 ThreadStart(tid, GetTid()); in lsan_register_worker_thread()
H A Dlsan_interceptors.cpp433 ThreadStart(tid, GetTid()); in ThreadStartFunc()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp137 MemprofThread::ThreadStart(tid_t os_id, in ThreadStart() function in __memprof::MemprofThread
161 main_thread->ThreadStart(internal_getpid(), in CreateMainThread()
H A Dmemprof_thread.h68 thread_return_t ThreadStart(tid_t os_id,
H A Dmemprof_interceptors.cpp131 return t->ThreadStart(GetTid(), &param->is_registered); in memprof_thread_start()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h33 thread_return_t ThreadStart();
H A Ddfsan_thread.cpp67 thread_return_t DFsanThread::ThreadStart() { in ThreadStart() function in __dfsan::DFsanThread
H A Ddfsan_custom.cpp868 return t->ThreadStart(); in DFsanThreadStartFunc()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h28 thread_return_t ThreadStart();
H A Dmsan_thread.cpp69 thread_return_t MsanThread::ThreadStart() { in ThreadStart() function in __msan::MsanThread
H A Dmsan_interceptors.cpp1161 return t->ThreadStart(); in MsanThreadStartFunc()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart() function
346 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
H A Dtsan_platform_mac.cpp213 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in ThreadCreateCallback()
H A Dtsan_rtl.h559 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id,
H A Dtsan_rtl.cpp732 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in Initialize()
H A Dtsan_interceptors_posix.cpp1010 ThreadStart(thr, p->tid, GetTid(), ThreadType::Regular); in __tsan_thread_start_func()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp287 void AsanThread::ThreadStart(tid_t os_id) { in ThreadStart() function in __asan::AsanThread
300 main_thread->ThreadStart(internal_getpid()); in CreateMainThread()
H A Dasan_win.cpp142 t->ThreadStart(GetTid()); in asan_thread_start()
H A Dasan_interceptors.cpp230 t->ThreadStart(GetTid()); in asan_thread_start()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp224 ThreadStart(thr, goid, 0, ThreadType::Regular); in __tsan_go_start()