Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1156 static void *MsanThreadStartFunc(void *arg) { in MsanThreadStartFunc() function
1177 int res = REAL(pthread_create)(th, attr, MsanThreadStartFunc, t); in INTERCEPTOR()