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

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

Completed in 56 milliseconds