Home
last modified time | relevance | path

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

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